Laraship

⌘K
  1. Home
  2. Docs
  3. Laraship
  4. Update Laraship
  5. Update to Laravel 9

Update to Laravel 9

  • We highly recommend backing up your application and database before proceeding with the update process.
  • Laraship with Laravel 9 requires PHP 8.0 as a minimum version, so please make sure you have the right version on both the console and frontend.
  1. Download your platform zip file from the download section under your account.
  2. Extract the zip package to your www-root folder
  3. and run composer update by executing the command:
    composer update

4. Update your Modules and themes by running the commands below

php artisan corals:modules --action=update --type=core --module_name=all --force=true --skip_download=true --ignore_backup_message=true

php artisan corals:modules --action=update --type=module --module_name=all --force=true --skip_download=true --ignore_backup_message=true

php artisan corals:modules --action=update --type=payment --module_name=all --force=true --skip_download=true --ignore_backup_message=true

5. make sure to clear cache including main. config and view caches.

php artisan config:clear

php artisan cache:clear

php artisan view:clear

 

 

 

That’s it 🙂