-
Notifications
You must be signed in to change notification settings - Fork 41
Upgrade Checker #167
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 #167
Conversation
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 |
ℹ️ Laravel 7 upgraded to Symfony 5 which passes instances of the You should review your |
❌ Shift found files using the
|
❌ 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 Shift found potential uses of passing argument to
|
ℹ️ Shift noticed you have additional namespaces in your application. You should consider using the Consolidate Namespaces Shift to simplify your namespaces into the default Laravel |
Travis CI failed to build the last round and I'm honestly not yet sure why. Figured updating packages couldn't hurt.
Apparently scss and tailwind didn't like working together because of @apply so for now I'll stick to plain css without purging. Simple now -> improve later
Landing anyway, I'll fix the Travis CI and Codacy issues later. |
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-29245
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.