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