You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -398,7 +398,7 @@ Note that Route Model Binding is supported.
398
398
You may translate your routes. For example, http://url/en/about and http://url/es/acerca (acerca is about in spanish)
399
399
or http://url/en/article/important-article and http://url/es/articulo/important-article (article is articulo in spanish) would be redirected to the same controller/view as follows:
400
400
401
-
It is necessary that at least the `localize` middleware in loaded in your `Route::group` middleware (See [installation instruction](#LaravelLocalizationRoutes)).
401
+
It is necessary that at least the `localize` middleware in loaded in your `Route::group` middleware (See [installation instruction](#installation)).
402
402
403
403
For each language, add a `routes.php` into `resources/lang/**/routes.php` folder.
404
404
The file contains an array with all translatable routes. For example, like this:
0 commit comments