v0.2.0
This commit is contained in:
8
public/index.php
Normal file
8
public/index.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
include_once implode(DIRECTORY_SEPARATOR, [
|
||||
dirname(__DIR__),
|
||||
'bootstrap',
|
||||
'web.php'
|
||||
]);
|
||||
|
||||
$app->run();
|
Reference in New Issue
Block a user