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
This pull request includes recent changes to Laravel core files. Although some of these changes may be considered optional, they may be required to you use recent additions - such as exception log levels, UUID and ULID support, Precognition, and more.
Since Laravel has moved to an annual release cycle, these changes may reach a critical mass. When they do, you will receive this automated pull request as part of your Shifty Plan.
Before merging, you need to:
Checkout the shift-mid-laravel-9 branch
Review all pull request comments for additional changes
Run composer update (if the scripts fail, add --no-scripts)
❌ Shift was not able to automate some of the changes to core Laravel files. You should compare the following files against their latest Laravel 9 versions and merge any changes:
⚠️ Shift was not able to automate some of the changes to configuration files. You should compare the following files against their latest Laravel 9 versions and merge any changes:
ℹ️ Shift updated your dependencies with the latest constraints from Laravel 9. While many of the popular packages are also reviewed, you may have to update some packages. Watch dealing with dependencies for tips on handling any package incompatibilities.
ℹ️ Laravel 9 now requires Sanctum 3.x which added an expires_at column to support expiring tokens. Shift detected you have a migration for this table and created a migration for this new column. Be sure to run php artisan migrate.
ℹ️ Laravel 9 now uses Vite to build frontend assets. While you may continue to use Laravel Mix, it is no longer the default. If you wish to modernize your application to use Vite, you may run the Vite Converter for free.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request includes recent changes to Laravel core files. Although some of these changes may be considered optional, they may be required to you use recent additions - such as exception log levels, UUID and ULID support, Precognition, and more.
Since Laravel has moved to an annual release cycle, these changes may reach a critical mass. When they do, you will receive this automated pull request as part of your Shifty Plan.
Before merging, you need to:
shift-mid-laravel-9branchcomposer update(if the scripts fail, add--no-scripts)If you would like more detail you may view the full changes. You may also review the Shifty Bits Newsletter for Laravel release highlights.