/var/www/cobraambalaj/vendor/mcamara/laravel-localization
Edit: /var/www/cobraambalaj/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