1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<?php /** * Spiral Framework. * * @license MIT * @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';