Разделение по отдельным репозиториям

This commit is contained in:
2025-03-03 16:31:32 +08:00
commit a1f5154ce8
44 changed files with 4362 additions and 0 deletions

7
public/index.php Normal file
View File

@@ -0,0 +1,7 @@
<?php
declare(strict_types=1);
require '../vendor/autoload.php';
core()->boot()->run();