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
+2 -2
View File
@@ -1,4 +1,4 @@
<?php declare(strict_types=1);
// Add the helpers globally
require_once ROOT . '/src/helpers.php';
require_once ROOT.'/src/helpers.php';
require_once ROOT.'/src/database.php';