|
@@ -14,7 +14,7 @@ return [
|
|
|
|
|
|
|
|
*/
|
|
*/
|
|
|
|
|
|
- 'enabled' => env('DEBUGBAR_ENABLED', false),
|
|
|
|
|
|
+ 'enabled' => false,
|
|
'except' => [
|
|
'except' => [
|
|
//
|
|
//
|
|
],
|
|
],
|
|
@@ -32,7 +32,7 @@ return [
|
|
|
|
|
|
|
|
*/
|
|
*/
|
|
'storage' => [
|
|
'storage' => [
|
|
- 'enabled' => true,
|
|
|
|
|
|
+ 'enabled' => false,
|
|
'driver' => 'file', // redis, file, pdo, custom
|
|
'driver' => 'file', // redis, file, pdo, custom
|
|
'path' => storage_path('debugbar'), // For file driver
|
|
'path' => storage_path('debugbar'), // For file driver
|
|
'connection' => null, // Leave null for default connection (Redis/PDO)
|
|
'connection' => null, // Leave null for default connection (Redis/PDO)
|