Initial Slim setup with Twig views
This commit is contained in:
5
public/index.php
Normal file
5
public/index.php
Normal file
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
require_once __DIR__ . '/../app/bootstrap.php';
|
||||
|
||||
$app->run();
|
Reference in New Issue
Block a user