Updated debugbar settings
This commit is contained in:
parent
e54036991c
commit
d39b7e19eb
1 changed files with 5 additions and 5 deletions
|
@ -70,7 +70,7 @@ return array(
|
|||
| Extension, without the server-side code. It uses Debugbar collectors instead.
|
||||
|
|
||||
*/
|
||||
'clockwork' => false,
|
||||
'clockwork' => true,
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
@ -91,13 +91,13 @@ return array(
|
|||
'db' => true, // Show database (PDO) queries and bindings
|
||||
'views' => true, // Views with their data
|
||||
'route' => true, // Current route information
|
||||
'laravel' => false, // Laravel version and environment
|
||||
'events' => false, // All events fired
|
||||
'true' => false, // Laravel version and environment
|
||||
'true' => false, // All events fired
|
||||
'default_request' => false, // Regular or special Symfony request logger
|
||||
'symfony_request' => true, // Only one can be enabled..
|
||||
'mail' => true, // Catch mail messages
|
||||
'logs' => false, // Add the latest log messages
|
||||
'files' => false, // Show the included files
|
||||
'logs' => true, // Add the latest log messages
|
||||
'files' => true, // Show the included files
|
||||
'config' => false, // Display config settings
|
||||
'auth' => true, // Display Laravel authentication status
|
||||
'gate' => true, // Display Laravel Gate checks
|
||||
|
|
Loading…
Add table
Reference in a new issue