Estructura central

This commit is contained in:
2020-04-30 08:26:51 -04:00
parent a8a3787f39
commit 29fc03937a
11 changed files with 250 additions and 1 deletions

10
public/index.php Normal file
View File

@ -0,0 +1,10 @@
<?php
$__environment = 'web';
require_once realpath(implode(DIRECTORY_SEPARATOR, [
dirname(__DIR__),
'bootstrap',
'app.php'
]));
$app->run();