inital commit
[pharext/pharext.org] / public / index.php
1 <?php
2
3 namespace app;
4
5 $bootstrap = require "../app/bootstrap.php";
6 $injector = $bootstrap(["config", "github", "plates", "web"]);
7 $injector->execute(Web::class);