'application', ); // -------------------------------------------------------------- // The path to the Laravel directory. // -------------------------------------------------------------- $system = '../laravel'; // -------------------------------------------------------------- // The path to the configuration directory. // -------------------------------------------------------------- $config = '../config'; // -------------------------------------------------------------- // The path to the packages directory. // -------------------------------------------------------------- $packages = '../packages'; // -------------------------------------------------------------- // The path to the modules directory. // -------------------------------------------------------------- $modules = '../modules'; // -------------------------------------------------------------- // The path to the storage directory. // -------------------------------------------------------------- $storage = '../storage'; // -------------------------------------------------------------- // The path to the public directory. // -------------------------------------------------------------- $public = __DIR__; // -------------------------------------------------------------- // Launch Laravel. // -------------------------------------------------------------- require $system.'/laravel.php';