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 10 update #183

Closed
wants to merge 17 commits into from
Closed

Laravel 10 update #183

wants to merge 17 commits into from

Commits on Feb 25, 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 Feb 25, 2023
    Configuration menu
    Copy the full SHA
    527052c 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 Feb 25, 2023
    Configuration menu
    Copy the full SHA
    327320e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68b45b9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b19b1a2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    52784b5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2d83820 View commit details
    Browse the repository at this point in the history
  7. Shift core files

    laravel-shift committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    dcc7304 View commit details
    Browse the repository at this point in the history
  8. Remove web.config

    laravel-shift committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    ba94fd0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    889e685 View commit details
    Browse the repository at this point in the history
  10. Shift config files

    laravel-shift committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    a6468d8 View commit details
    Browse the repository at this point in the history
  11. 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 Feb 25, 2023
    Configuration menu
    Copy the full SHA
    b7dc255 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a59e2aa View commit details
    Browse the repository at this point in the history
  13. Use <env> tags for configuration

    `<env>` tags have a lower precedence than system environment variables making it easier to overwrite PHPUnit configuration values in additional environments, such a CI.
    
    Review this blog post for more details on configuration precedence when testing Laravel: https://jasonmccreary.me/articles/laravel-testing-configuration-precedence/
    laravel-shift committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    d22b8ee View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    bce6fe2 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c8b207c View commit details
    Browse the repository at this point in the history
  16. Merge pull request #1 from vigstudio/shift-62451

    Laravel 9.x Shift
    vigstudio committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    993ca71 View commit details
    Browse the repository at this point in the history
  17. UP to Laravel 10

    vigstudio committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    dbbee80 View commit details
    Browse the repository at this point in the history