Initial Slim setup with Twig views

This commit is contained in:
2022-07-09 13:14:08 -04:00
parent 97cd64b611
commit 899dc431b8
9 changed files with 323 additions and 51 deletions

5
public/index.php Normal file
View File

@ -0,0 +1,5 @@
<?php
require_once __DIR__ . '/../app/bootstrap.php';
$app->run();