new project structure

This commit is contained in:
xinatorus
2020-04-20 21:49:30 +02:00
parent dec5a9083a
commit 74c6426500
9 changed files with 151 additions and 2 deletions

6
app/Bootstrap.php Normal file
View File

@@ -0,0 +1,6 @@
<?php
// import autoload
// import routes
require_once './Routes.php';