Mis a jour vers Laravel 7

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2020-03-13 09:03:49 +01:00
parent 7f2131cb41
commit 2a10c53550
4 changed files with 468 additions and 474 deletions

View File

@ -135,6 +135,6 @@ return array(
|
*/
'secure' => false,
'secure' => env('SESSION_SECURE_COOKIE', null),
'same_site' => 'lax',
);