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), /* |--------------------------------------------------------------------------