diff --git a/routes/web.php b/routes/web.php index 30cf343..59cdaf2 100755 --- a/routes/web.php +++ b/routes/web.php @@ -13,6 +13,8 @@ use Illuminate\Support\Facades\Route; | */ +\URL::forceScheme('https'); + Route::get('/', "SecurityController@initSystem"); Route::get('/login', "SecurityController@viewLogin")->name('login'); Route::get('/forgot/password', "SecurityController@viewForgotPassword");