-
-
Notifications
You must be signed in to change notification settings - Fork 658
Laravel 5.5 Shift #315
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.5 Shift #315
Conversation
The Laravel framework adopts the PSR-2 coding style in version 5.1. Laravel apps *should* adopt this coding style as well. Read the [PSR-2 coding style guide][1] for more details and check out [PHPCS][2] to use as a code formatting tool. [1]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md [2]: https://github.com/squizlabs/PHP_CodeSniffer
⚠ Laravel 5.5 streamlined the Exception Handler. Shift was unable to upgrade |
ℹ In Laravel 5.5, the Request |
ℹ In Laravel 5.5, the Request |
❌ Shift could not upgrade the following project files since they differed from the default Laravel version. You will need to compare these project files against the default Laravel 5.5 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.5 configuration files and merge any changes:
|
ℹ Laravel 5.5 now sets the session cookie name using the |
❌ Laravel 5.5 requires PHP 7. You have a modified dependency for PHP in your |
❌ Laravel 5.5 has a development dependency for |
⚠ Shift detected you are using the Laravel BrowserKit Testing package. Laravel changed its testing layer in Laravel 5.4. Once you have verified this upgrade, you can use the Laravel 5.4 Tests Shift to upgrade your tests to the new Laravel testing layer. |
ℹ Laravel 5.5 changed the default format for HTTP exception responses. This may affect your application if you rely upon default JSON responses. Review the Exception Format section of the Upgrade Guide for more detail. |
ℹ Laravel 5.5 removed |
ℹ If you are using the |
ℹ Laravel 5.5 uses package auto-discovery to make it easier to install and enable packages. This may require you to update Composer. You may do so by running |
ℹ 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 misplaced lines due to an unexpected code format. I found PHP syntax errors in:
|
This pull request includes the changes for upgrading to Laravel 5.5. Feel free to commit any additional changes to the
shift-4820
branch.Before merging, you should:
shift-4820
branchcomposer update
(if the pre-commands fail, add--no-scripts
)If you would like more help with your upgrade, check out the human services from Laravel Shift. If you need to level-up your Git skills, check out Getting Git.