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 allthe filesun-selectthese files and remove all the rest.
From the newly downloaded file from codecanyon, delete the
.env file and .htacessfile. After deleting these two files from the downloaded file,select alland make a zip file.Upload the .zip file to and extract the files.
After successfully extracting the files you can
deletethe .zip file.Now
open terminalfrom the control panel and run the following two commands
php artisan migratephp artisan db:seed --class=AppSettingSeederYou can now use the web application without loosing any of your previous datas.
Last updated