bootstrap.php 140 Bytes Edit Raw Blame History 1 2 3 4 5 <?php require_once 'vendor/autoload.php'; spl_autoload_register(function ($class) { require_once strtr($class, '\\_', '//').'.php'; });