Use the base.path when loading the illuminate application.

Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com>
This commit is contained in:
Jason Lewis 2013-04-14 13:19:52 +10:00
parent 6e5ca7331e
commit ed89cfb13b
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@
|
*/
$framework = __DIR__.'/../vendor/laravel/framework/src';
$framework = $app['path.base'].'/vendor/laravel/framework/src';
require $framework.'/Illuminate/Foundation/start.php';