diff --git a/config/debugbar.php b/config/debugbar.php index e38220fb8f..aeb5005615 100644 --- a/config/debugbar.php +++ b/config/debugbar.php @@ -91,8 +91,8 @@ return array( 'db' => true, // Show database (PDO) queries and bindings 'views' => true, // Views with their data 'route' => true, // Current route information - 'true' => false, // Laravel version and environment - 'true' => false, // All events fired + 'laravel' => true, // Laravel version and environment + 'events' => true, // 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