Add session driver to config stub
This commit is contained in:
@@ -57,4 +57,9 @@ return [
|
|||||||
'password' => '',
|
'password' => '',
|
||||||
],
|
],
|
||||||
|
|
||||||
|
'session' => [
|
||||||
|
'default' => 'file',
|
||||||
|
'lifetime' => 60 * 24, # 24 hours
|
||||||
|
],
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user