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

View File

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