From d120febf55726dc1542b260dff20824ed8ffbe5c Mon Sep 17 00:00:00 2001 From: Brian Faust Date: Mon, 15 May 2017 12:46:09 +0300 Subject: [PATCH] Enable/Disable via environment (#629) --- config/debugbar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/debugbar.php b/config/debugbar.php index 9c69f75c1..9ec387275 100644 --- a/config/debugbar.php +++ b/config/debugbar.php @@ -12,7 +12,7 @@ | */ - 'enabled' => null, + 'enabled' => env('DEBUGBAR_ENABLED', false), /* |--------------------------------------------------------------------------