Change how bootstrap file is loaded.

This commit is contained in:
Taylor Otwell
2013-03-25 08:32:19 -05:00
parent 227683be9f
commit 25a84bc000

View File

@@ -54,7 +54,9 @@ $app->bindInstallPaths(require __DIR__.'/paths.php');
|
*/
require $app->getBootstrapFile();
$framework = __DIR__.'/../vendor/laravel/framework/src';
require $framework.'/Illuminate/Foundation/start.php';
/*
|--------------------------------------------------------------------------