Upgrade Guide
High Impact Changes
- TBD
Medium Impact Changes
- TBD
Low Impact Changes
- TBD
Upgrading To 12.0 From 11.x
Estimated Upgrade Time: ?? Minutes
We attempt to document every possible breaking change. Since some of these breaking changes are in obscure parts of the framework only a portion of these changes may actually affect your application. Want to save time? You can use Laravel Shift to help automate your application upgrades.
Updating Dependencies
Likelihood Of Impact: High
Composer Dependencies
You should update the following dependencies in your application's composer.json
file:
-
laravel/framework
to^12.0
Miscellaneous
We also encourage you to view the changes in the laravel/laravel
GitHub repository. While many of these changes are not required, you may wish to keep these files in sync with your application. Some of these changes will be covered in this upgrade guide, but others, such as changes to configuration files or comments, will not be. You can easily view the changes with the GitHub comparison tool and choose which updates are important to you.