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).
|
ℹ️ The latest version of Laravel requires PHP version 8.1 or higher. Unless you have a requirement for using a specific version of PHP, you should set your constraint to: |
|
❌ Your |
|
❌ Starting in Laravel 5.2, the Shift found potential uses of 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 merge any updates.
|
|
|
|
❌ Laravel 10 added PHP type hints to all user-land code included in a new Laravel application. Shift detected these files are missing type hints. Shift recommends adding them to align with the latest Laravel conventions. You may automate this process by running the Laravel Type Hints task within Shift Workbench. |
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-163242branch before merging.Many of the potential changes found by this Shift may be automated by running the Laravel Fixer or tasks within the Shift Workbench.