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 11.x Shift #735

Merged
merged 27 commits into from
Nov 28, 2024
Merged

Laravel 11.x Shift #735

merged 27 commits into from
Nov 28, 2024

Commits on Nov 28, 2024

  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 Nov 28, 2024
    Configuration menu
    Copy the full SHA
    c7793c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a85868f View commit details
    Browse the repository at this point in the history
  3. Shift core files

    laravel-shift committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    06aa706 View commit details
    Browse the repository at this point in the history
  4. Streamline config files

    laravel-shift committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    d222b30 View commit details
    Browse the repository at this point in the history
  5. Set new ENV variables

    laravel-shift committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    1041660 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9c347ed View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7cf3e27 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c7c1e94 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ab3ebce View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e3a7908 View commit details
    Browse the repository at this point in the history
  11. Re-register routes

    laravel-shift committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    469c42a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    44de85a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d366fcd View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d62ba39 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    52f33ab View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f7ac008 View commit details
    Browse the repository at this point in the history
  17. Shift cleanup

    laravel-shift committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    522b053 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    825aae6 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    b564021 View commit details
    Browse the repository at this point in the history
  20. fix: remove ancient middleware priority

    That was from Laravel 6, was apparently removed in Laravel 7
    (https://github.com/laravel/laravel/blob/6.x/app/Http/Kernel.php)
    Pyker committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    ed31eb7 View commit details
    Browse the repository at this point in the history
  21. fix: correct dashboard URL

    Pyker committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    16a3338 View commit details
    Browse the repository at this point in the history
  22. fix: clean up config files

    Pyker committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    3c543c2 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    84e103e View commit details
    Browse the repository at this point in the history
  24. fix: update user model code

    Pyker committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    a8ada05 View commit details
    Browse the repository at this point in the history
  25. Ignore PHPUnit cache folder

    laravel-shift authored and Pyker committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    d69bde8 View commit details
    Browse the repository at this point in the history
  26. Define test classes as final

    laravel-shift authored and Pyker committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    702337b View commit details
    Browse the repository at this point in the history
  27. fix: update PHPUnit config file

    Pyker committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    e1c9835 View commit details
    Browse the repository at this point in the history