remove tests from main repository, moved storage directory to application.

This commit is contained in:
Taylor Otwell
2011-11-01 23:51:14 -05:00
parent 6081baaa20
commit 493e1c1374
21 changed files with 15 additions and 951 deletions

View File

@@ -8,34 +8,22 @@
* @link http://laravel.com
*/
/*
|--------------------------------------------------------------------------
| Tick... Tock... Tick... Tock
|--------------------------------------------------------------------------
*/
define('START_TIME', microtime(true));
/*
|--------------------------------------------------------------------------
| Laravel Installation Paths
|--------------------------------------------------------------------------
*/
// --------------------------------------------------------------
// The path to the application directory.
// --------------------------------------------------------------
$application = '../application';
// --------------------------------------------------------------
// The path to the Laravel directory.
// --------------------------------------------------------------
$laravel = '../laravel';
$storage = '../storage';
// --------------------------------------------------------------
// The path to the public directory.
// --------------------------------------------------------------
$public = __DIR__;
/*
|--------------------------------------------------------------------------
| 3... 2... 1... Lift-off!
|--------------------------------------------------------------------------
*/
require $laravel.'/laravel.php';
echo number_format((microtime(true) - START_TIME) * 1000, 2);
// --------------------------------------------------------------
// Launch Laravel.
// --------------------------------------------------------------
require $laravel.'/laravel.php';