Releases: codezero-be/laravel-localized-routes
Releases · codezero-be/laravel-localized-routes
Version 2.0.0
- Add option to automatically detect and set locales with codezero/laravel-localizer
- Rename middleware to
SetLocale
Version 1.3.4
- Refactor tests
- Update README
Version 1.3.3
- Add support for Laravel 6
Version 1.3.2
- Add locale middleware for localized routes
Version 1.3.1
- Swap
funkjedi/composer-include-files
with0.0.0/composer-include-files
.
The former was no longer working in vendor packages (funkjedi/composer-include-files#9).
Version 1.3.0
- Add support for signed routes with locale (#5)
Version 1.2.0
- Enable the use of customs domains or subdomains instead of slugs.
Version 1.1.0
- Add option to remove the main locale slug from the URL (see: #1)
Version 1.0.1
- Register the
UrlGenerator
the same way Laravel does in recent versions
Version 1.0.0
- Automatically register a route for each locale you wish to support.
- Generate localized route URL's in the simplest way using the
route()
helper. - Redirect to localized routes using the
redirect()->route()
helper. - Allow routes to be cached.
- Let you work with routes without thinking too much about locales.
- Optionally translate each segment in your URI's.