1 2 3 4 5 6
<?php// turn on all errorserror_reporting(E_ALL);// autoloaderrequire dirname(__DIR__) . '/autoload.php';