1 2 3 4 5 6 7
<?php use App\App; require_once dirname(__DIR__) . "/vendor/autoload.php"; (new App())->run();