-
Notifications
You must be signed in to change notification settings - Fork 0
Laravel 5.8 Shift #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
base: master
Are you sure you want to change the base?
Conversation
Laravel recommends using the `Str` and `Arr` class methods directly instead of the respective helper functions. These helper functions are [deprecated in Laravel 5.8][1] and will be removed in a future version. [1]: laravel/framework#26898
|
❌ Shift could not upgrade the following configuration files since they differed from the default Laravel version. You will need to compare these configuration files against the Laravel 5.8 configuration files and merge any changes:
|
|
|
|
Shift found references to these contracts within:
|
|
ℹ️ Laravel 5.8 changed the minimum requirement for password length from 6 characters to 8 character. While this change is not required, you should consider this opportunity to review the password policy for your application. |
|
|
|
|
|
|
If you were relying on this irregular pluralization, you should rename your table name or set the |
|
🎉 Congratulations, you're now running the latest version of Laravel. You can now use some of the micro Shifts to ensure your app is fully upgraded and following the Laravel recommended and community practices.
|
This pull request includes the changes for upgrading to Laravel 5.8. Feel free to commit any additional changes to the
shift-12866branch.Before merging, you should:
shift-12866branchcomposer update(if the pre-scripts fail, add--no-scripts)If you want help with your upgrade, check out the Shift Human Services or join the Shifty Coders Slack room to get answers to all your Laravel questions.