various refactorings.
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
* @link http://laravel.com
|
||||
*/
|
||||
|
||||
define('LARAVEL_START', microtime(true));
|
||||
|
||||
// --------------------------------------------------------------
|
||||
// The path to the application directory.
|
||||
// --------------------------------------------------------------
|
||||
@@ -16,14 +18,16 @@ $application = '../application';
|
||||
// --------------------------------------------------------------
|
||||
// The path to the Laravel directory.
|
||||
// --------------------------------------------------------------
|
||||
$laravel = '../laravel';
|
||||
$laravel = '../laravel';
|
||||
|
||||
// --------------------------------------------------------------
|
||||
// The path to the public directory.
|
||||
// --------------------------------------------------------------
|
||||
$public = __DIR__;
|
||||
$public = __DIR__;
|
||||
|
||||
// --------------------------------------------------------------
|
||||
// Launch Laravel.
|
||||
// --------------------------------------------------------------
|
||||
require $laravel.'/laravel.php';
|
||||
require $laravel.'/laravel.php';
|
||||
|
||||
echo (microtime(true) - LARAVEL_START) * 1000;
|
||||
Reference in New Issue
Block a user