Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: codezero-be/laravel-localized-routes
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.1.0
Choose a base ref
...
head repository: codezero-be/laravel-localized-routes
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 14 commits
  • 27 files changed
  • 5 contributors

Commits on Apr 6, 2023

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

Commits on Apr 8, 2023

  1. Configuration menu
    Copy the full SHA
    8d9a9e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3efa560 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    386a0e6 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Remove unused import

    ivanvermeyen committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    355672d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bdb931 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

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

Commits on May 24, 2023

  1. Allow $slug parameter to be null in LocaleConfig (#97)

    Slug on findLocaleBySlug can be null
    trippo authored May 24, 2023
    Configuration menu
    Copy the full SHA
    cd5c2b9 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

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

Commits on Nov 22, 2023

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

Commits on Feb 13, 2024

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

Commits on Mar 11, 2024

  1. Add support Laravel 11 and PHPUnit 10 (#107)

    * Bump PHPUnit dependencies
    * Ignore PHPUnit cache folder
    * Adopt PHP attributes in test classes
    * Add return types to test methods
    * Define test classes as `final`
    * Update .gitignore
    * Support only Laravel 10 and newer
    * Migrate PHPUnit XML
    * Add instructions to upgrade to Laravel 11
    * Add Laravel 11 middleware instructions to README
    
    ---------
    
    Co-authored-by: Shift <shift@laravelshift.com>
    ivanvermeyen and laravel-shift authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    1b49057 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

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

Commits on Mar 17, 2024

  1. Configuration menu
    Copy the full SHA
    3c8c8bd View commit details
    Browse the repository at this point in the history
Loading