/var/www/flurhymez/vendor/mcamara/laravel-localization
NameSizeModeActions
.github/-0755rm
src/-0755rm
tests/-0755rm
.gitignore910644editdlrm
.scrutinizer.yml1370644editdlrm
.travis.yml2530755editdlrm
ADDITIONS.md18650644editdlrm
CACHING.md13760644editdlrm
CHANGELOG.md41320644editdlrm
circle.yml350644editdlrm
composer.json13020644editdlrm
LICENSE10740644editdlrm
phpunit.xml.dist7150644editdlrm
README.md200020644editdlrm
Edit: /var/www/flurhymez/vendor/mcamara/laravel-localization/CACHING.md (1376B)
# Laravel Localization: Caching Routes If you want to cache the routes in all languages, you will need to use special Artisan commands. **Using `artisan route:cache`** will not work correctly! ## Setup For the route caching solution to work, it is required to make a minor adjustment to your application route provision. In your App's `RouteServiceProvider`, use the `LoadsTranslatedCachedRoutes` trait: ```php