store sessions in database
Will allow for us to log users out manually in future versions if needed.
This commit is contained in:
parent
75cb112f9e
commit
e40e487661
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ DB_USERNAME=homestead
|
|||
DB_PASSWORD=secret
|
||||
|
||||
CACHE_DRIVER=file
|
||||
SESSION_DRIVER=file
|
||||
SESSION_DRIVER=database
|
||||
QUEUE_DRIVER=database
|
||||
|
||||
MAIL_DRIVER=smtp
|
||||
|
|
Loading…
Reference in a new issue