* @link http://laravel.com */ 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'; echo number_format((microtime(true) - LARAVEL_START) * 1000, 2);