-
-
Notifications
You must be signed in to change notification settings - Fork 53
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 10 Mid-Shift #1407
Laravel 10 Mid-Shift #1407
Conversation
ℹ️ Laravel 10.x has introduced a new If you have a protected $casts = [
'password' => 'hashed',
// ...
]; |
|
|
ℹ️ Shift updated your dependencies with the latest constraints from Laravel 10. 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 10 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. |
ℹ️ Shift detected your application has a PHPUnit dependency of |
|
This pull request includes recent changes to Laravel skeleton files. Although some of these changes may be considered optional, they may be required to use recent additions - such as the
hashed
attribute cast and log processors. This also includes new configuration options and skeleton slimming.Since Laravel has moved to an annual release cycle, changes since the initial release 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-10
branchcomposer update
(if the scripts fail, add--no-scripts
)If you would like more detail you may view the full changes. You may also stay informed of weekly Laravel release highlights through the Shifty Bits Newsletter.