From 7b809a92733a80b1b8ec67da4e4f38a356cdc1cd Mon Sep 17 00:00:00 2001 From: ilumos Date: Tue, 27 Nov 2018 23:10:26 +0000 Subject: [PATCH] Enabling debugging --- config/app.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/app.php b/config/app.php index 49154a5..9a2f8ca 100644 --- a/config/app.php +++ b/config/app.php @@ -21,7 +21,7 @@ return [ | services your application utilizes. Set this in your ".env" file. | */ - 'env' => env('APP_ENV', 'production'), + 'env' => env('APP_ENV', 'local'), /* |-------------------------------------------------------------------------- | Application Debug Mode @@ -32,7 +32,7 @@ return [ | application. If disabled, a simple generic error page is shown. | */ - 'debug' => env('APP_DEBUG', false), + 'debug' => env('APP_DEBUG', true), /* |-------------------------------------------------------------------------- | Application URL