-
Notifications
You must be signed in to change notification settings - Fork 16
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 8.x Shift #2
base: master
Are you sure you want to change the base?
Conversation
ℹ️ The You may automate the conversion to static class references using the Shift Workbench. |
ℹ️ Laravel 8 introduced class based factories. Shift automated this change. However, if you were using a community package for factories or other custom code, you should review your factories for additional changes. If you encounter an issue, you may revert this commit and temporarily install the laravel/legacy-factories package. You may then automate the conversion to class based factories using the Shift Workbench. |
ℹ️ Laravel 8 added a If your application is currently using the php artisan make:migration AddUuidToFailedJobsTable Then copy and paste the contents from Shift's |
ℹ️ Laravel 8 added a new ENV variable of |
ℹ️ Shift updated your dependencies for Laravel 8. While many of the popular packages are reviewed, you may have to update additional packages in order for your application to be compatible with Laravel 8. Watch dealing with dependencies for tips on handling package incompatibilities. |
|
ℹ️ Laravel 8 reintroduced the If you wish to modernize your application to use the |
This pull request includes the changes for upgrading to Laravel 8.x. Feel free to commit any additional changes to the
shift-8.x
branch.Before merging, you need to:
shift-8.x
branchcomposer update
(if the scripts fail, add--no-scripts
)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.