Updated debugbar settings

This commit is contained in:
snipe 2017-01-13 21:00:02 -08:00
parent e54036991c
commit d39b7e19eb

View file

@ -70,7 +70,7 @@ return array(
| Extension, without the server-side code. It uses Debugbar collectors instead. | 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 'db' => true, // Show database (PDO) queries and bindings
'views' => true, // Views with their data 'views' => true, // Views with their data
'route' => true, // Current route information 'route' => true, // Current route information
'laravel' => false, // Laravel version and environment 'true' => false, // Laravel version and environment
'events' => false, // All events fired 'true' => false, // All events fired
'default_request' => false, // Regular or special Symfony request logger 'default_request' => false, // Regular or special Symfony request logger
'symfony_request' => true, // Only one can be enabled.. 'symfony_request' => true, // Only one can be enabled..
'mail' => true, // Catch mail messages 'mail' => true, // Catch mail messages
'logs' => false, // Add the latest log messages 'logs' => true, // Add the latest log messages
'files' => false, // Show the included files 'files' => true, // Show the included files
'config' => false, // Display config settings 'config' => false, // Display config settings
'auth' => true, // Display Laravel authentication status 'auth' => true, // Display Laravel authentication status
'gate' => true, // Display Laravel Gate checks 'gate' => true, // Display Laravel Gate checks