feat: add config.php with debug mode enabled
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'debug' => true,
|
||||||
|
];
|
||||||
Reference in New Issue
Block a user