diff --git a/config/debugbar.php b/config/debugbar.php index 18ebfaf3c..e38220fb8 100644 --- a/config/debugbar.php +++ b/config/debugbar.php @@ -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