1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
<?php /** * Spiral Framework, SpiralScout LLC. * * @author Anton Titov (Wolfy-J) */ declare(strict_types=1); error_reporting(E_ALL | E_STRICT); ini_set('display_errors', 'stderr'); //Composer require dirname(__DIR__) . '/vendor_php/autoload.php';