Skip to content

Commit bafd681

Browse files
author
Marc Cámara
committed
Update README.md
1 parent 86d6d9d commit bafd681

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Easy i18n localization for Laravel, an useful tool to combine with Laravel local
2020
- <a href="#config">Config</a>
2121
- <a href="#config-files">Config files</a>
2222
- <a href="#service-providers">Service providers</a>
23+
- <a href="#caching-routes">Caching routes</a>
2324
- <a href="#changelog">Changelog</a>
2425
- <a href="#license">License</a>
2526

@@ -517,6 +518,10 @@ This config would add Catalan and Achinese as languages and override any other p
517518

518519
You can create your own config providers and add them on your application config file (check the providers array in `config/app.php`).
519520

521+
## Caching routes
522+
523+
If you want to cache the routes in all languages, please refer to this package: [https://github.com/czim/laravel-localization-route-cache](https://github.com/czim/laravel-localization-route-cache)
524+
520525
## Changelog
521526
View changelog here -> [changelog](CHANGELOG.md)
522527

0 commit comments

Comments
 (0)