# Server Side/Backend

1. Navigate to your control panel&#x20;
2. Open file manager&#x20;
3. Delete all the existing files beside `.env, .well-known, vendor folder and .htaccess`. Be very careful not to delete these files/folders. After `selecting all` the files `un-select` these files and remove all the rest.&#x20;

   <figure><img src="https://1665215671-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkG8iZctiwXA991xthixp%2Fuploads%2FB4eEqtUVbcEV4ExzvkNK%2Fimage.png?alt=media&#x26;token=2c9f556a-71d8-499d-aeb3-9e3245882b10" alt=""><figcaption></figcaption></figure>
4. From the newly downloaded file from codecanyon, delete the `.env file and .htacess` file. After deleting these two files from the downloaded file, `select all` and make a zip file.&#x20;
5. Upload the .zip file to and extract the files.
6. After successfully extracting the files you can `delete` the .zip file.
7. Now `open terminal` from the control panel and run the following two commands

```
php artisan migrate
```

```
php artisan db:seed --class=AppSettingSeeder
```

You can now use the web application without loosing any of your previous datas.&#x20;
