gmailcom GitHub: https://github.com/danielbrendel/ Released under the MIT license */ //If composer is installed then utilize its autoloader if (file_exists(__DIR__ . '/../vendor/autoload.php')) { require_once __DIR__ . '/../vendor/autoload.php'; } //Include the framework bootstrap script in order to process the application require_once __DIR__ . '/../vendor/danielbrendel/asatru-php-framework/src/bootstrap.php';