Releases: chinleung/laravel-multilingual-routes
Releases · chinleung/laravel-multilingual-routes
v1.4.1
- Detect locale of the request through
Accept-Language
(#15)
v1.4.0
- Added configuration
MULTILINGUAL_ROUTES_DEFAULT_LOCALE
to customize the default locale (#14)
- Changed
MULTILINGUAL_ROUTES_PREFIX_FALLBACK
to MULTILINGUAL_ROUTES_PREFIX_DEFAULT
v1.3.0
- Added support for route constraints (#12)
v1.2.3
- Fixed view route registration throwing no action logic exception (#10)
v1.2.2
- Fixed route registration with prefix group stack (#9)
v1.2.1
- Fixed registration for routes with identical keys (#8)
v1.2.0
- Added support for Laravel 6
v1.1.0
- Added support for view routes (#5)
v1.0.2
- Fixed home page not registering properly (#3)
v1.0.1
- Require chinleung/laravel-locales as a dependency
- Moved
laravel-multilingual-routes.locales
to laravel-locales.supported
for locales configuration
- Added
MULTILINGUAL_ROUTES_PREFIX_FALLBACK
env to prefix fallback configuration