Set debug=true for new installs

This commit is contained in:
Nabeel Shahzad 2019-11-06 11:29:25 -05:00
parent f5183babf6
commit 8859682366

View File

@ -17,7 +17,7 @@ return [
// debug as true shows the Laravel debug bar, which is helpful for // debug as true shows the Laravel debug bar, which is helpful for
// debugging templates and other internals // debugging templates and other internals
'debug' => false, 'debug' => true,
], ],
// Overrides config/phpvms.php // Overrides config/phpvms.php