XBackBone/index.php
2019-01-24 21:48:22 +01:00

10 lines
214 B
PHP

<?php
require __DIR__ . '/vendor/autoload.php';
define('BASE_DIR', __DIR__ . '/');
define('PLATFORM_VERSION', json_decode(file_get_contents('composer.json'))->version);
require 'bootstrap/app.php';
$app->run();