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
1 changed files with 3 additions and 1 deletions

View File

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