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.0 Shift #442

Closed
wants to merge 6 commits into from
Closed

Laravel 6.0 Shift #442

wants to merge 6 commits into from

Commits on Oct 4, 2019

  1. 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 through
    by using your [PHP CS Fixer][1] config within 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
    laravel-shift committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    4975a1e View commit details
    Browse the repository at this point in the history
  2. Shift core files

    laravel-shift committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    1145761 View commit details
    Browse the repository at this point in the history
  3. Shift config files

    laravel-shift committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    902d0d6 View commit details
    Browse the repository at this point in the history
  4. Default config files

    In an effort to make upgrading the constantly changing config files
    easier, Shift defaulted them so you can review the commit diff for
    changes. Moving forward, you should use ENV variables or create a
    separate config file to allow the core config files to remain
    automatically upgradeable.
    laravel-shift committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    a1ee084 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    71f9fbd View commit details
    Browse the repository at this point in the history
  6. Apply fixes from StyleCI

    driesvints authored and StyleCIBot committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    ae44d67 View commit details
    Browse the repository at this point in the history