release updates

disabled debug mode in default configuration
This commit is contained in:
Manish Verma
2017-05-04 02:41:44 +05:30
parent e72e99e546
commit 7108cf8b63
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ class Handler extends ExceptionHandler
\Illuminate\Http\Exception\HttpResponseException::class, \Illuminate\Http\Exception\HttpResponseException::class,
ValidationException::class, ValidationException::class,
AuthorizationException::class, AuthorizationException::class,
HttpResponseException ::class, HttpResponseException::class,
ModelNotFoundException::class, ModelNotFoundException::class,
\Symfony\Component\HttpKernel\Exception\HttpException::class, \Symfony\Component\HttpKernel\Exception\HttpException::class,
]; ];

View File

@@ -12,7 +12,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', true), 'debug' => env('APP_DEBUG', false),
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
| Error Log | Error Log