mirror of
https://github.com/zeropingheroes/lancache-autofill
synced 2024-11-10 02:14:12 +00:00
Enabling debugging
This commit is contained in:
parent
c873d9c4ad
commit
7b809a9273
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue