mcamara / laravel-localization

Easy localization for Laravel
MIT License
3.38k stars 515 forks source link

404 page. Updating the framework did not help. #701

Closed DmitrySkibitsky closed 4 years ago

DmitrySkibitsky commented 4 years ago

Laravel Framework 6.18.0

Someone understands for what reason it happens and how to fix it?

Please see gif

deepin-screen-recorder_Select area_20200303205156

It 's in my AppServiceProvider

       config(['laravellocalization.supportedLocales' => [
            'ru' => ['name' => 'RU'],
            'ua' => ['name' => 'UA']
        ],
            'laravellocalization.useAcceptLanguageHeader' => true,
            'laravellocalization.hideDefaultLocaleInURL' => false
        ]);
DmitrySkibitsky commented 4 years ago

My head explodes from the way it works. And such a problem only on this route.

DmitrySkibitsky commented 4 years ago

The mistake was in my code