diff --git a/config/app.php b/config/app.php
index 464e937abd54fa61e28b2a32538cc2f501bf1807..df85558f2a3c18d6b68f647d2a993a5f1454ab19 100644
--- a/config/app.php
+++ b/config/app.php
@@ -42,7 +42,7 @@ return [
     |
     */
 
-    'debug' => (bool) env('APP_DEBUG', false),
+    'debug' => (bool) env('APP_DEBUG', true),
 
     /*
     |--------------------------------------------------------------------------