-
-
Notifications
You must be signed in to change notification settings - Fork 666
Laravel 5.6 Shift #348
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 5.6 Shift #348
Conversation
⚠ In Laravel 5.6, the Shift found potential uses of the
|
❌ Shift could not upgrade |
⚠ Shift could not upgrade the following project files since they differed from the default Laravel version. You should compare these project files against the default Laravel 5.6 versions and merge any changes:
|
❌ 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.6 configuration files and merge any changes:
|
ℹ Laravel 5.6 introduced a logging configuration file. You should ensure the |
❌ Laravel 5.6 requires PHP 7.1.3. You have a modified dependency for PHP in your |
❌ Laravel 5.6 has a dependency for |
ℹ 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. |
❌ PHP syntax errors were detected after running your Shift. Often these are simply PHP version differences between Shift and your project. Occasionally they are misplaced lines. You should check the PHP syntax by running
|
4679ab1
to
c8d07a4
Compare
c8d07a4
to
f83c175
Compare
This pull request includes the changes for upgrading to Laravel 5.6. Feel free to commit any additional changes to the
shift-6274
branch.Before merging, you should:
shift-6274
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.