Update Framework

This commit is contained in:
Maarten 2019-12-23 18:55:25 +01:00
parent 06f17dff5b
commit 69f3313f0f
19 changed files with 974 additions and 35 deletions

8
public/index.php Normal file
View file

@ -0,0 +1,8 @@
<?php
use Runtime\Bootstrap;
include '../vendor/autoload.php';
$bootstrap = Bootstrap::createInstance();
$bootstrap->handle();