From eeb6aee61bc55a95a4d62d354f180d167c6a25fb Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Mon, 16 Jul 2018 15:38:11 +0200 Subject: Adding debug tool, tweaking date formatting --- fai_gestion/config/app.php | 1 + 1 file changed, 1 insertion(+) (limited to 'fai_gestion/config/app.php') diff --git a/fai_gestion/config/app.php b/fai_gestion/config/app.php index 0a913ab..8a858e8 100644 --- a/fai_gestion/config/app.php +++ b/fai_gestion/config/app.php @@ -10,6 +10,7 @@ return [ * true: Errors and warnings shown. */ 'debug' => filter_var(env('DEBUG', true), FILTER_VALIDATE_BOOLEAN), + 'DebugKit.forceEnable' => filter_var(env('DEBUG', true), FILTER_VALIDATE_BOOLEAN), /** * Configure basic information about the application. -- cgit v1.1