Skip to content
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 6.x Shift #9

Merged
merged 6 commits into from
Aug 23, 2021
Merged

Laravel 6.x Shift #9

merged 6 commits into from
Aug 23, 2021

Commits on Aug 23, 2021

  1. Apply Laravel coding style

    Shift automatically applies the Laravel coding style - which uses the PSR-2 coding style as a base with some minor additions.
    
    You may customize the adopted coding style by adding a [PHP CS Fixer][1] or [PHP CodeSniffer][2] config to your project root. Feel free to use [Shift's Laravel ruleset][3] to help you get started.
    
    For more information on customizing the code style applied by Shift, [watch this short video][4].
    
    [1]: https://github.com/FriendsOfPHP/PHP-CS-Fixer
    [2]: https://github.com/squizlabs/PHP_CodeSniffer
    [3]: https://gist.github.com/laravel-shift/cab527923ed2a109dda047b97d53c200
    [4]: https://laravelshift.com/videos/shift-code-style
    laravel-shift committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    d9bfe1e View commit details
    Browse the repository at this point in the history
  2. Shift core files

    laravel-shift committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    be8f951 View commit details
    Browse the repository at this point in the history
  3. Leverage HOME constant

    laravel-shift committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    fa1f6f3 View commit details
    Browse the repository at this point in the history
  4. Shift config files

    laravel-shift committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    68efd63 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6d5ab9c View commit details
    Browse the repository at this point in the history
  6. Shift from Laravel 5.8 to 6 (new composer.lock).

    anna-youngyeun committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    2e8f6be View commit details
    Browse the repository at this point in the history