Skip to content

Commit e40e487

Browse files
committed
store sessions in database
Will allow for us to log users out manually in future versions if needed.
1 parent 75cb112 commit e40e487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ DB_USERNAME=homestead
99
DB_PASSWORD=secret
1010

1111
CACHE_DRIVER=file
12-
SESSION_DRIVER=file
12+
SESSION_DRIVER=database
1313
QUEUE_DRIVER=database
1414

1515
MAIL_DRIVER=smtp

0 commit comments

Comments
 (0)