-
Notifications
You must be signed in to change notification settings - Fork 1
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
Laravel 12.x Shift #255
base: main
Are you sure you want to change the base?
Laravel 12.x Shift #255
Conversation
In an effort to make upgrading the constantly changing config files easier, Shift defaulted them and merged your true customizations - where ENV variables may not be used.
You should review this commit for additional customizations or opportunities to use new |
ℹ️ Shift detected customized options within your configuration files which may be set with an DB_DATABASE=forge
DB_USERNAME=forge Note: some of these may simply be values which changed between Laravel versions. You may ignore any |
1 similar comment
ℹ️ Shift detected customized options within your configuration files which may be set with an DB_DATABASE=forge
DB_USERNAME=forge Note: some of these may simply be values which changed between Laravel versions. You may ignore any |
|
ℹ️ In a minor release of Laravel 11, the Shift added the |
ℹ️ Shift updated your dependencies for Laravel 12. While many of the popular packages are reviewed, you may have to update additional packages in order for your application to be compatible with Laravel 12. Watch dealing with dependencies for tips on handling any Composer issues. The following dependencies were updated by a major version and may have their own changes. You may check their changelog for any additional upgrade steps. The following dependencies were not updated by Shift and may be incompatible. If Composer lists one of these packages as a problem, you should check for a newer version. |
Shift added the
|
ℹ️ Starting with Laravel 10, PHP type hints were added within classes included in a Laravel application. In an effort to modernize your code, Shift automated this change where Laravel strictly specifies a type. If you prefer not to type hint your code you may revert this commit by running: |
ℹ️ All of the underlying Symfony components used by Laravel have been upgraded to Symfony 7.2. Shift detected references to Symfony classes within your application. These are most likely type hints and can safely be ignored. If you are using Symfony classes directly or experience issues relating to Symfony, you should review the Symfony change log for any additional changes. |
⚗️ This Shift is still being refined. Please report any issues or suggestions to [email protected]. Your feedback is what helps improve the experience for everyone. |
This pull request includes the changes for upgrading to Laravel 12.x. Feel free to commit any additional changes to the
shift-140867
branch.Before merging, you need to:
shift-140867
branchcomposer update
(if the scripts fail, try with--no-scripts
)If you get stuck, never hesitate to email support. If you need more help with your upgrade, check out the Human Shifts.