composer install for flextype'); /** * Register The Auto Loader * * Composer provides a convenient, automatically generated class loader for * our application. We just need to utilize it! We'll simply require it * into the script here so that we don't have to worry about manual * loading any of our classes later on. It feels nice to relax. * Register The Auto Loader */ $flextypeLoader = require_once $flextypeAutoload; /** * Bootstraps the Flextype * * This bootstraps the Flextype and gets it ready for use, then it * will load up this application so that we can run it and send * the responses back to the browser and delight our users. */ require_once __DIR__ . '/src/flextype/flextype.php';