run the app from public index file
This commit is contained in:
parent
37ff440c16
commit
c2ad749b84
3 changed files with 34 additions and 0 deletions
9
bootstrap/container.php
Normal file
9
bootstrap/container.php
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
|
||||
use DI\Container;
|
||||
|
||||
$container = new Container([
|
||||
|
||||
]);
|
||||
|
||||
return $container;
|
||||
Loading…
Add table
Add a link
Reference in a new issue