Server Side/Backend

To update from previous version you will have to follow the following steps:

  1. Navigate to your control panel

  2. Open file manager

  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.

  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.

  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.

Last updated