remove tests from main repository, moved storage directory to application.
This commit is contained in:
@@ -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';
|
||||
Reference in New Issue
Block a user