App 0.1.0

This commit is contained in:
2021-03-15 17:42:56 -03:00
parent 0f9f0e3f7f
commit 048718b552
11 changed files with 289 additions and 0 deletions

7
app/public/index.php Normal file
View File

@ -0,0 +1,7 @@
<?php
include_once implode(DIRECTORY_SEPARATOR, [
dirname(__DIR__),
'setup',
'app.php'
]);
$app->run();