Enabling debugging

This commit is contained in:
ilumos 2018-11-27 23:10:26 +00:00
parent c873d9c4ad
commit 7b809a9273

View file

@ -21,7 +21,7 @@ return [
| services your application utilizes. Set this in your ".env" file. | services your application utilizes. Set this in your ".env" file.
| |
*/ */
'env' => env('APP_ENV', 'production'), 'env' => env('APP_ENV', 'local'),
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
| Application Debug Mode | Application Debug Mode
@ -32,7 +32,7 @@ return [
| application. If disabled, a simple generic error page is shown. | application. If disabled, a simple generic error page is shown.
| |
*/ */
'debug' => env('APP_DEBUG', false), 'debug' => env('APP_DEBUG', true),
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
| Application URL | Application URL