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 #3

Merged
merged 10 commits into from
Oct 22, 2023
Merged

Laravel 6.x Shift #3

merged 10 commits into from
Oct 22, 2023

Commits on Oct 22, 2023

  1. Apply Laravel coding style

    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).
    laravel-shift committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    a4972eb View commit details
    Browse the repository at this point in the history
  2. Convert string references to ::class

    PHP 5.5.9 adds the new static `class` property which provides the fully qualified class name. This is preferred over using strings for class names since the `class` property references are checked by PHP.
    laravel-shift committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    ed2b557 View commit details
    Browse the repository at this point in the history
  3. Shift core files

    laravel-shift committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    8f3f720 View commit details
    Browse the repository at this point in the history
  4. Leverage HOME constant

    laravel-shift committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    b90a120 View commit details
    Browse the repository at this point in the history
  5. Shift config files

    laravel-shift committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    678ef77 View commit details
    Browse the repository at this point in the history
  6. Default config files

    In an effort to make upgrading the constantly changing config files
    easier, Shift defaulted them and merged your true customizations -
    where ENV variables may not be used.
    laravel-shift committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    ca5f2b7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7b82e6a View commit details
    Browse the repository at this point in the history
  8. Shift cleanup

    laravel-shift committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    38fd71c View commit details
    Browse the repository at this point in the history
  9. update app/auth files

    mcaccount83 committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    8c3eb39 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    667ef8d View commit details
    Browse the repository at this point in the history