Environment configuration for HTTPS only cookie

This commit is contained in:
Jason McCreary 2016-09-01 21:22:34 -04:00 committed by GitHub
parent c92c724dbf
commit 41b0560375
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@
|
*/
'secure' => false,
'secure' => env('SESSION_SECURE_COOKIE', false),
/*
|--------------------------------------------------------------------------