Esempio n. 1
0
<?php

use Hopus\Common\Kernel;
require './../vendor/autoload.php';
$kernel = new Kernel(__DIR__ . '/../config/config.yml', __DIR__ . '/../', false);
$response = $kernel->boot();
$response->send();