We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bedb8c2 commit 631e418Copy full SHA for 631e418
config/app.php
@@ -142,7 +142,7 @@
142
*/
143
144
'maintenance' => [
145
- 'driver' => env('APP_MAINTENANCE_DRIVER', 'cache'),
+ 'driver' => env('APP_MAINTENANCE_DRIVER', 'file'),
146
'store' => env('APP_MAINTENANCE_STORE', 'database'),
147
],
148
config/session.php
@@ -18,7 +18,7 @@
18
|
19
20
21
- 'driver' => env('SESSION_DRIVER', 'database'),
+ 'driver' => env('SESSION_DRIVER', 'cookie'),
22
23
/*
24
|--------------------------------------------------------------------------
0 commit comments