- 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.
- Download your platform zip file from the download section under your account.
- Extract the zip package to your www-root folder
- 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 🙂