* @link http://laravel.com */ // -------------------------------------------------------------- // Tick... Tock... Tick... Tock... // -------------------------------------------------------------- define('LARAVEL_START', microtime(true)); // -------------------------------------------------------------- // The path to the application directory. // -------------------------------------------------------------- $application = '../application'; // -------------------------------------------------------------- // The path to the Laravel directory. // -------------------------------------------------------------- $laravel = '../laravel'; // -------------------------------------------------------------- // The path to the public directory. // -------------------------------------------------------------- $public = __DIR__; // -------------------------------------------------------------- // Launch Laravel. // -------------------------------------------------------------- require $laravel.'/laravel.php';