Initial setup of basics for every project.

This commit is contained in:
2026-05-29 10:13:48 +02:00
parent bbbe90458a
commit c2a57b8445
21 changed files with 201 additions and 53 deletions
Regular → Executable
+6
View File
@@ -0,0 +1,6 @@
<?php
return [
'enabled' => true,
'path' => ROOT . '/storage/database.sqlite'
];