Set debug=true for new installs
This commit is contained in:
parent
f5183babf6
commit
8859682366
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user