From 8859682366b5b477547ea5e32e34a8e74c87f73c Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Wed, 6 Nov 2019 11:29:25 -0500 Subject: [PATCH] Set debug=true for new installs --- resources/stubs/installer/config.stub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/stubs/installer/config.stub b/resources/stubs/installer/config.stub index e2fb21a9..0c764480 100644 --- a/resources/stubs/installer/config.stub +++ b/resources/stubs/installer/config.stub @@ -17,7 +17,7 @@ return [ // debug as true shows the Laravel debug bar, which is helpful for // debugging templates and other internals - 'debug' => false, + 'debug' => true, ], // Overrides config/phpvms.php