Пример #1
0
<?php

require __DIR__ . '/../config/autoload.php';
use Application\Application;
$application = new Application();
$application->start();