You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I got 404 after I used php artisan route:trans:cache command and added
use \Mcamara\LaravelLocalization\Traits\LoadsTranslatedCachedRoutes; in route service provider as described in the docs
Expected behavior
I should can access the app routes normally
More info:
Version of Laravel 10.48.11
Version of the Laravel-localization package 2.0.1
Which middleware is used in Route::groups
'localeSessionRedirect',
'localizationRedirect',
'localeViewPath'
Describe the bug
I got 404 after I used php artisan route:trans:cache command and added
use \Mcamara\LaravelLocalization\Traits\LoadsTranslatedCachedRoutes; in route service provider as described in the docs
Expected behavior
I should can access the app routes normally
More info:
Route::groups
'localeSessionRedirect',
'localizationRedirect',
'localeViewPath'
The text was updated successfully, but these errors were encountered: