Server Side/Backend
To update from previous version you will have to follow the following steps:
Navigate to your control panel
Open file manager
Delete all the existing files beside
.env, .well-known, vendor folder and .htaccess
. Be very careful not to delete these files/folders. Afterselecting all
the filesun-select
these files and remove all the rest.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.Upload the .zip file to and extract the files.
After successfully extracting the files you can
delete
the .zip file.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