We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56e389c commit 2d22e4dCopy full SHA for 2d22e4d
CHANGELOG.md
@@ -1,3 +1,12 @@
1
# Changelog
2
3
All Notable changes to **Laravel Localized Routes** will be documented in this file.
4
+
5
+## 1.0.0 (2018-04-03)
6
7
+- Automatically register a route for each locale you wish to support.
8
+- Generate localized route URL's in the simplest way using the `route()` helper.
9
+- Redirect to localized routes using the `redirect()->route()` helper.
10
+- Allow routes to be cached.
11
+- Let you work with routes without thinking too much about locales.
12
+- Optionally translate each segment in your URI's.
0 commit comments