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 32cde6a commit 72a5a36Copy full SHA for 72a5a36
README.md
@@ -466,6 +466,9 @@ Route::localized(function () {
466
});
467
```
468
469
+Note that in order to find a translated version of a route, you will need to give your routes a name.
470
+If you don't name your routes, only the parameters (model route keys) will be translated, not the "hard-coded" slugs.
471
+
472
The above will generate:
473
474
- /en/about/us
0 commit comments