Closed DmitrySkibitsky closed 4 years ago
Laravel Framework 6.18.0
Someone understands for what reason it happens and how to fix it?
Please see gif
It 's in my AppServiceProvider
config(['laravellocalization.supportedLocales' => [ 'ru' => ['name' => 'RU'], 'ua' => ['name' => 'UA'] ], 'laravellocalization.useAcceptLanguageHeader' => true, 'laravellocalization.hideDefaultLocaleInURL' => false ]);
My head explodes from the way it works. And such a problem only on this route.
The mistake was in my code
Laravel Framework 6.18.0
Someone understands for what reason it happens and how to fix it?
Please see gif
It 's in my AppServiceProvider