-
Notifications
You must be signed in to change notification settings - Fork 15
Upgrade Checker #151
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
Upgrade Checker #151
Conversation
Laravel 5 added several new helper functions, including: - `view()` - `response()` - `redirect()` - `config()` - `abort()` Review the [helpers][1] documentation for more details. [1]: https://laravel.com/docs/5.0/helpers
If your tables were named using this irregular pluralization, you should rename your table or set the |
If you wish to preserve the original behavior, you may use |
❌ The following PHP classes are missing a namespace. Laravel 5 added namespacing for all classes within
|
❌ Your application contains an |
ℹ️ Laravel 7 upgraded to Symfony 5 which passes instances of the You should review your |
ℹ️ Shift detected controller namespaces being set in your You may automate this conversion using the Laravel Fixer or tasks within the Shift Workbench. |
|
❌ Shift found references to
|
❌ Shift found references to
|
|
|
|
|
|
|
|
|
|
❌ The following configuration files differ from the Laravel defaults. If you are modifying configuration values directly, consider using an environment variable instead to keep these files maintainable. You should compare your configuration files against the latest version and make any updates.
|
❌ The container's However, this functionality was reintroduced by the |
❌ In Laravel 5.4, you should define channel named placeholders using Shift found potential uses of
|
❌ Your application is missing the |
If you were attempting order by multiple columns, you should instead chain multiple calls to Shift detected the following uses of the
|
ℹ️ Laravel 7 moved the Authentication components into a separate |
|
You may run the PHPUnit 9 Shift for free to automate the upgrade of your PHPUnit tests. |
This pull request contains changes and comments noting incompatible or deprecated code by the Upgrade Checker. You should review each comment and commit changes to the
shift-40783
branch before merging.If you need help with your upgrade, check out the Human Shifts. You may also join the Shifty Coders Slack workspace to level-up your Laravel skills.