Skip to content

Releases: codezero-be/laravel-localized-routes

Version 2.0.0

17 Dec 14:15
Compare
Choose a tag to compare

Version 1.3.4

10 Dec 12:47
Compare
Choose a tag to compare
  • Refactor tests
  • Update README

Version 1.3.3

05 Sep 17:06
Compare
Choose a tag to compare
  • Add support for Laravel 6

Version 1.3.2

31 Aug 08:56
029437e
Compare
Choose a tag to compare
  • Add locale middleware for localized routes

Version 1.3.1

11 Jun 16:00
Compare
Choose a tag to compare

Version 1.3.0

14 May 19:42
Compare
Choose a tag to compare
  • Add support for signed routes with locale (#5)

Version 1.2.0

30 Apr 14:15
Compare
Choose a tag to compare
  • Enable the use of customs domains or subdomains instead of slugs.

Version 1.1.0

19 Mar 16:15
Compare
Choose a tag to compare
  • Add option to remove the main locale slug from the URL (see: #1)

Version 1.0.1

13 Mar 09:32
Compare
Choose a tag to compare
  • Register the UrlGenerator the same way Laravel does in recent versions

Version 1.0.0

03 Apr 17:39
Compare
Choose a tag to compare
  • 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.