I would probably override this in the constructor of your controller rather than hack the config file (your db connection isn't available at that point of code execution):
$timeZone = \Company::where('id', COMPANY_ID)->pluck('time_zone');
\Config::set('app.timezone', $timeZone);
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community