app['request']->server->set('HTTPS', true); } } /** * Bootstrap any application services. * * @return void */ public function boot() { // if (env('APP_ENV') != 'local') { URL::forceScheme('https'); } } }