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

Open
wants to merge 19 commits into
base: main
Choose a base branch
from
Open

Laravel 11.x Shift #96

wants to merge 19 commits into from

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

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

    laravel-shift committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    7800b67 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    549a37f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e0ee5b5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4027f73 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d87bcce View commit details
    Browse the repository at this point in the history
  10. Re-register routes

    laravel-shift committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    efd21bf View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8756a7d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a714591 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e8eaaea View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8d3377b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    976ca21 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2fe839e View commit details
    Browse the repository at this point in the history
  17. Shift cleanup

    laravel-shift committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    7809e77 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Updated composer json/lock

    Jnesselr committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    9ace63a View commit details
    Browse the repository at this point in the history
  2. Fixed up console commands

    Jnesselr committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    067a71f View commit details
    Browse the repository at this point in the history