//Place this in the AppServiceProvider in the boot() method if($this->app->environment('production')) { URL::forceScheme('https'); }