Laravel Localized Routes Versions Save

⭐️ A convenient way to set up and use localized routes in a Laravel app.

4.0.1

2 months ago
  • Add Vary Accept-Language header (#108)

4.0.0

2 months ago
  • Add support Laravel 11 and PHPUnit 10 (#107)
  • Drop support for Laravel 7.x, 8.x and 9.x

3.1.6

3 months ago
  • Do not override global config when setting scoped options (#104)

3.1.5

11 months ago
  • Call getRouteKey() instead of accessing the key directly

3.1.4

11 months ago
  • Allow $slug parameter to be null in LocaleConfig (#97)

3.1.3

1 year ago
  • Handle duplicate route and query string parameter keys (#95)

3.1.2

1 year ago
  • Register facade with Composer (#94)

3.1.1

1 year ago
  • Properly restore locale after catching RouteNotFoundException (#88)

3.1.0

1 year ago
  • Add localized URL::temporarySignedRoute()
  • Add localized Redirect::route()
  • Add localized Redirect::signedRoute()
  • Add localized Redirect::temporarySignedRoute()

3.0.0

1 year ago

Breaking Changes

  • Drop support for Laravel 5.6, 5.7, 5.8 and 6.x (#76)
  • Merge codezero/laravel-localizer (#83)
  • Middleware changes
  • Config changes
  • Pluralize FallbackController namespace
  • Rename Route::localizedHas() to Route::hasLocalized()
  • Rename LocalizedRoutesMacro to LocalizedMacro

Other Changes

  • Add Route::isFallback() macro (#82)
  • Resolve issue #66
  • General refactoring
  • Add upgrade guide
  • Rewrite README

Refer to the upgrade guide for more info.