From 75d2a3c6de2d0ca2678e12cea62be36932442c4a Mon Sep 17 00:00:00 2001 From: Bruno Francisco <17223411+CharlieBrownCharacter@users.noreply.github.com> Date: Tue, 26 Nov 2024 16:18:27 -0300 Subject: [PATCH] docs: updated link to appropriate installation section (#909) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cca0472..33f3514 100644 --- a/README.md +++ b/README.md @@ -398,7 +398,7 @@ Note that Route Model Binding is supported. You may translate your routes. For example, http://url/en/about and http://url/es/acerca (acerca is about in spanish) 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: -It is necessary that at least the `localize` middleware in loaded in your `Route::group` middleware (See [installation instruction](#LaravelLocalizationRoutes)). +It is necessary that at least the `localize` middleware in loaded in your `Route::group` middleware (See [installation instruction](#installation)). For each language, add a `routes.php` into `resources/lang/**/routes.php` folder. The file contains an array with all translatable routes. For example, like this: