From 13fd7c4094ddfd35cdb3b125312a7e4d02f497ba Mon Sep 17 00:00:00 2001 From: Billy Brawner Date: Sun, 30 Aug 2015 09:31:26 -0700 Subject: [PATCH] Allowing debugging --- config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/app.php b/config/app.php index 61cf446..7a4db72 100644 --- a/config/app.php +++ b/config/app.php @@ -13,7 +13,7 @@ return [ | */ - 'debug' => env('APP_DEBUG', false), + 'debug' => env('APP_DEBUG', true), /* |--------------------------------------------------------------------------