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

Merged
merged 22 commits into from
Sep 7, 2023
Merged

Laravel 10.x Shift #941

merged 22 commits into from
Sep 7, 2023

Commits on Feb 13, 2023

  1. Convert deprecated methods

    Laravel 10 removed the deprecated methods and functions:
    - `getQueryBase`
    - `dispatchNow` and `dispatch_now`
    - `assertTimesSent`
    - `Redirect::home()`
    laravel-shift committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    7799521 View commit details
    Browse the repository at this point in the history
  2. Shift core files

    laravel-shift committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    a34613a View commit details
    Browse the repository at this point in the history
  3. Shift config files

    laravel-shift committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    cb6adbc View commit details
    Browse the repository at this point in the history
  4. 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 13, 2023
    Configuration menu
    Copy the full SHA
    5868c4e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d900a73 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    36fec15 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    899f19c View commit details
    Browse the repository at this point in the history
  8. Shift cleanup

    laravel-shift committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    aade66e View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. formatting

    joedixon committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    8064167 View commit details
    Browse the repository at this point in the history
  2. stable laravel

    joedixon committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    8954ebf View commit details
    Browse the repository at this point in the history
  3. typo

    joedixon committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    cb9b786 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    935b754 View commit details
    Browse the repository at this point in the history
  5. Fix code styling

    joedixon authored and github-actions[bot] committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    f0bd5ed View commit details
    Browse the repository at this point in the history
  6. update dependencies

    joedixon committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    be7ac66 View commit details
    Browse the repository at this point in the history
  7. import trait

    joedixon committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    72e72df View commit details
    Browse the repository at this point in the history
  8. update return types

    joedixon committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    73bfeb4 View commit details
    Browse the repository at this point in the history
  9. fix test

    joedixon committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    fdc62b9 View commit details
    Browse the repository at this point in the history
  10. update horizon assets

    joedixon committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    35b4d9b View commit details
    Browse the repository at this point in the history
  11. Fix code styling

    joedixon authored and github-actions[bot] committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    f1d6821 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. update .gitattributes

    joedixon committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    9041281 View commit details
    Browse the repository at this point in the history
  2. align with skeleton

    joedixon committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    66505c7 View commit details
    Browse the repository at this point in the history
  3. Fix code styling

    joedixon authored and github-actions[bot] committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    0b55a23 View commit details
    Browse the repository at this point in the history