refactoring bootstrap process.

This commit is contained in:
Taylor Otwell
2011-08-28 21:33:44 -05:00
parent 1e49001dfc
commit 56044d31f5
9 changed files with 83 additions and 340 deletions

View File

@@ -7,7 +7,7 @@
* @author Taylor Otwell <taylorotwell@gmail.com>
* @link http://laravel.com
*/
$t = microtime(true);
/*
|--------------------------------------------------------------------------
| Installation Paths
@@ -36,4 +36,6 @@ $public = __DIR__;
| 3... 2... 1... Lift-off!
|--------------------------------------------------------------------------
*/
require $laravel.'/laravel.php';
require $laravel.'/laravel.php';
echo (microtime(true) - $t) * 1000;