Support the ongoing development of Laravel.io →
Requests Views Blade
Last updated 2 years ago.
0

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);
        }
    }
Last updated 2 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

surtic86 surtic86 Joined 6 Mar 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.