Update Framework
This commit is contained in:
parent
06f17dff5b
commit
69f3313f0f
19 changed files with 974 additions and 35 deletions
8
public/index.php
Normal file
8
public/index.php
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
|
||||
use Runtime\Bootstrap;
|
||||
|
||||
include '../vendor/autoload.php';
|
||||
|
||||
$bootstrap = Bootstrap::createInstance();
|
||||
$bootstrap->handle();
|
Loading…
Add table
Add a link
Reference in a new issue