Move public to make it compatible with symfony nginx files

This commit is contained in:
Tim
2023-07-28 16:45:32 +02:00
parent 503d8c524a
commit 68ccd37f07
2 changed files with 9 additions and 9 deletions

9
public/index.php Normal file
View File

@ -0,0 +1,9 @@
<?php
use App\Kernel;
require_once dirname(__DIR__).'/vendor/autoload.php';
$kernel = new Kernel();
$kernel();