Answer the question
In order to leave comments, you need to log in
Session not visible in Laravel?
in LocaleMiddleware I write
if($locale) App::setLocale($locale);
else{
$locale = config('app')['localeDefault'];
App::setLocale($locale);
}
Session::put('locale', $locale);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question