-
Notifications
You must be signed in to change notification settings - Fork 58
Laravel 5.6 Shift #7
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 5.6 introduced a logging configuration file. You should ensure the |
⚠ Since Laravel 5.6 has not officially been released, Shift set your dependency to |
ℹ All of the underlying Symfony components used by Laravel have been upgraded to Symfony 4.0. If you are directly interacting with Symfony components, you should review the Symfony change log and update your application accordingly. |
ℹ The previously deprecated |
ℹ In Laravel 5.6, Blade will double encode special characters by default. If you would like to maintain the previous behavior of preventing double encoding, you may add |
ℹ Laravel 5.6 uses Bootstrap 4 by default. Shift did not update your front-end resources or dependencies as this could impact your UI. If you are using Bootstrap and wish to continue using Bootstrap 3, you should add |
ℹ If you have manually upgraded your app from previous versions of Laravel, you should run the Laravel Linter to ensure your app is fully upgraded to the latest version of Laravel. |
This pull request includes the changes for upgrading to Laravel 5.6. Feel free to commit any additional changes to the
shift-6092
branch.Before merging, you should:
shift-6092
branchcomposer update
(if the pre-scripts fail, add--no-scripts
)If you need 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.