Skip to content

October CMS 4.0 Beta - Install Guide #5848

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
daftspunk opened this issue Mar 18, 2025 · 6 comments
Open

October CMS 4.0 Beta - Install Guide #5848

daftspunk opened this issue Mar 18, 2025 · 6 comments

Comments

@daftspunk
Copy link
Member

daftspunk commented Mar 18, 2025

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.

The following commands will replace the files with their latest contents:

curl -o ./config/app.php https://raw.githubusercontent.com/octobercms/october/refs/heads/4.x/config/app.php

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:

curl -o ./bootstrap/app.php https://raw.githubusercontent.com/octobercms/october/refs/heads/4.x/bootstrap/app.php
curl -o ./bootstrap/providers.php https://raw.githubusercontent.com/octobercms/october/refs/heads/4.x/bootstrap/providers.php

Composer Dependencies

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.

@daftspunk daftspunk pinned this issue Mar 18, 2025
@Dheia

This comment has been minimized.

@Dheia

This comment has been minimized.

@Dheia

This comment has been minimized.

@daftspunk
Copy link
Member Author

Hi @Dheia

Please create a new issue instead of posting on this announcement. Thank you.

@alexbog8

This comment has been minimized.

@daftspunk
Copy link
Member Author

Hi @alexbog8

Please create a new issue instead of posting on this announcement. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants