Base setup

This commit is contained in:
2020-12-15 17:45:11 -03:00
parent 559d287a3d
commit 736eb72254
6 changed files with 146 additions and 0 deletions

5
setup/router.php Normal file
View File

@ -0,0 +1,5 @@
<?php
include_once implode(DIRECTORY_SEPARATOR, [
$app->getContainer()->get('folders')->routes,
$__environment . '.php'
]);