-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Lumen to Laravel Converter #36
base: main
Are you sure you want to change the base?
Conversation
Shift automatically applies the Laravel coding style - which uses the PSR-12 coding style as a base with some minor additions. You may customize the code style applied by configuring [Pint](https://laravel.com/docs/pint), [PHP CS Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer), or [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) for your project root. For more information on customizing the code style applied by Shift, [watch this short video](https://laravelshift.com/videos/shift-code-style).
|
Afterwards, you should attempt to run your test suite and make any additional changes to your configuration and tests for Laravel. |
❌ Shift was unable to migrate some of your files to Laravel. Shift moved these files to |
ℹ️ Once you have verified the conversion of your Lumen application to Laravel, you may use the Laravel Shifts to upgrade to the latest version of Laravel. |
❌ PHP syntax errors were detected after running your Shift. Often these are simply differences between the PHP version on the Shift server (8.2) and your project. Occasionally they are misplaced lines or duplicate import statements. You may quickly check the PHP syntax locally by running
|
This pull request includes the changes for converting your Lumen application to a Laravel application. Feel free to commit any additional changes to the
shift-120380
branch.Before merging, you need to:
shift-120380
branchcomposer update
(if the scripts fail, try with--no-scripts
)If you need help with your upgrade, check out the Human Shifts.