I have fixed it with a Contructer Method in the BaseController.
public function __construct()
{
if ( Auth::getUser() != null ) {
Config::set('app.locale', Auth::getUser()->language);
}
}
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community