Skip to content

Commit 1a2b0ed

Browse files
committed
changed the default cache driver to the database
1 parent 2cca569 commit 1a2b0ed

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
@@ -16,7 +16,7 @@ DB_CONNECTION=sqlite
1616
# DB_PASSWORD=
1717

1818
BROADCAST_DRIVER=log
19-
CACHE_DRIVER=file
19+
CACHE_DRIVER=database
2020
FILESYSTEM_DISK=local
2121
QUEUE_CONNECTION=database
2222
SESSION_DRIVER=database

0 commit comments

Comments
 (0)