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 Slimmer #1700

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

Laravel Slimmer #1700

wants to merge 19 commits into from

Commits on Oct 11, 2024

  1. Apply code style

    laravel-shift committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    d14e315 View commit details
    Browse the repository at this point in the history
  2. Convert route options to fluent methods

    Laravel 8 adopts the tuple syntax for controller actions. Since the old options array is incompatible with this syntax, Shift converted them to use modern, fluent methods.
    laravel-shift committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    f340f52 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f300aa2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d32f7b View commit details
    Browse the repository at this point in the history
  5. Shift core files

    laravel-shift committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    735050a View commit details
    Browse the repository at this point in the history
  6. Streamline config files

    laravel-shift committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    696c8dc View commit details
    Browse the repository at this point in the history
  7. Set new ENV variables

    laravel-shift committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    744843d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0a829f1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    edef924 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8e900a7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0547e12 View commit details
    Browse the repository at this point in the history
  12. Re-register routes

    laravel-shift committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    9a57097 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5a41089 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. Configuration menu
    Copy the full SHA
    734e6cd View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2024

  1. Configuration menu
    Copy the full SHA
    8ac4cbd View commit details
    Browse the repository at this point in the history
  2. Fix Psalm issues

    omnicolor committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    187708f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0cb5c41 View commit details
    Browse the repository at this point in the history
  4. Fix PHPStan issues

    omnicolor committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    b3d6d42 View commit details
    Browse the repository at this point in the history
  5. Sync CI env file

    omnicolor committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    e20915e View commit details
    Browse the repository at this point in the history