Update Script

We don't have one click update option yet. You need to the following ways to update the script.

  1. You can update the script with replacing all of your existing files with the updated files except .env file. That means you don't need to replace .env file. Except that you can replace each of the files to update.

  2. Please run the following command after replace files to sync Database and fix route

    • http://yoursite.com/upgrade/db

If you still facing any issue you can try to use the following command.

php artisan migrate

To Clear Cache

php artisan optimize && php artisan cache:clear && php artisan route:cache && php artisan view:clear && php artisan config:cache && php artisan route:clear

Last updated