You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The upgrade to Laravel 12 is ready with October CMS Version 4. Help us test it by upgrading your version 3 installation using these instructions. Please report any issues to this repository.
PHP Minimum Version
Make sure you are using the new minimum PHP version 8.2 or above.
Beta Version
To receive developer updates of October CMS, change the minimum stability setting to dev.
composer config minimum-stability dev
Configuration Files
Some configuration files have been updated. The following files should be updated to use the latest content. It is best to compare them with your current configuration files to be sure they are the same.
Update the following dependencies in your application's composer.json file:
october/all to 4.0.x-dev
october/rain to 4.x-dev
laravel/framework to ^12.0
If you are including individual modules, these can be updated to be the dev-develop version.
Once this file has been updated, you may run composer update to perform the upgrade. In most cases everything should update smoothly. Don't forget to migrate the database with the php artisan october:migrate command.
Note: For any errors or support with upgrading packages, you may reach out on the Community Forum.
The text was updated successfully, but these errors were encountered:
The upgrade to Laravel 12 is ready with October CMS Version 4. Help us test it by upgrading your version 3 installation using these instructions. Please report any issues to this repository.
PHP Minimum Version
Make sure you are using the new minimum PHP version 8.2 or above.
Beta Version
To receive developer updates of October CMS, change the minimum stability setting to
dev
.Configuration Files
Some configuration files have been updated. The following files should be updated to use the latest content. It is best to compare them with your current configuration files to be sure they are the same.
The following commands will replace the files with their latest contents:
Bootstrap Files
Some bootstrap files have been created and updated. The following files should be created or updated to use the latest contents:
The following commands will replace the files with their latest contents:
Composer Dependencies
Update the following dependencies in your application's composer.json file:
october/all
to4.0.x-dev
october/rain
to4.x-dev
laravel/framework
to^12.0
If you are including individual modules, these can be updated to be the
dev-develop
version.Once this file has been updated, you may run
composer update
to perform the upgrade. In most cases everything should update smoothly. Don't forget to migrate the database with thephp artisan october:migrate
command.The text was updated successfully, but these errors were encountered: