update debug bar

This commit is contained in:
Edward Yang 2022-07-01 17:34:16 +08:00
parent 9a1ec90338
commit 467699dc15
1 changed files with 34 additions and 34 deletions

View File

@ -204,7 +204,7 @@ return [
], ],
'views' => [ 'views' => [
'timeline' => false, // Add the views to the timeline (Experimental) 'timeline' => false, // Add the views to the timeline (Experimental)
'data' => false, //Note: Can slow down the application, because the data can be quite large.. 'data' => env('DEBUGBAR_OPTIONS_VIEW_DATA', false), //Note: Can slow down the application, because the data can be quite large..
], ],
'route' => [ 'route' => [
'label' => true, // show complete route on bar 'label' => true, // show complete route on bar