Initial setup of basics for every project.
This commit is contained in:
Regular → Executable
+6
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'enabled' => true,
|
||||
'path' => ROOT . '/storage/database.sqlite'
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user