You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Adopt Laravel coding style
The Laravel framework adopts the PSR-2 coding style with some additions.
Laravel apps *should* adopt this coding style as well.
However, Shift allows you to customize the adopted coding style by
adding your own [PHP CS Fixer][1] `.php_cs` config to your project.
You may use [Shift's .php_cs][2] file as a base.
[1]: https://github.com/FriendsOfPHP/PHP-CS-Fixer
[2]: https://gist.github.com/laravel-shift/cab527923ed2a109dda047b97d53c200
* Shift HTTP kernel and middleware
* Shift console routes
* Ignore temporary framework files
* Shift to class based factories
* Namespace seeders
* Shift PSR-4 autoloading
* Shift config files
* Default config files
In an effort to make upgrading the constantly changing config files
easier, Shift defaulted them. This allows you to review the commit
diff for once for customizations when you are done Shifting.
Moving forward, consider using ENV variables or create a separate
config file to allow the core config files to remain as default
as possible.
* Shift Laravel dependencies
* Shift cleanup
* Apply fixes from StyleCI
* Update dependencies
* Update index.php
* Update exception handler
* Update auth redirect
* Update route service provider
* Fix factory migration
* Add uuid to failed jobs table
* Migrate phpiunit configuration
* Republish horizon assets
* Apply fixes from StyleCI
* Update routes
* Fix indentation
* Remove route namespace
* Update faker
* Remove down method
* Apply fixes from StyleCI
* Update phpunit configuration
* Fix formatting
Co-authored-by: Laravel Shift <[email protected]>
Co-authored-by: Dries Vints <[email protected]>
Co-authored-by: Joe Dixon <[email protected]>
Co-authored-by: Joe Dixon <[email protected]>
0 commit comments