v0.5.16a - Fixed SSL bug
This commit is contained in:
@@ -23,6 +23,7 @@ class AppServiceProvider extends ServiceProvider
|
||||
*/
|
||||
public function boot()
|
||||
{
|
||||
url()->forceScheme('https');
|
||||
if(env('HTTPS_ONLY') == true)
|
||||
url()->forceScheme('https');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user