Laravel jamais sur https

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