Commit ed89cfb1 authored by Jason Lewis's avatar Jason Lewis

Use the base.path when loading the illuminate application.

Signed-off-by: 's avatarJason Lewis <jason.lewis1991@gmail.com>
parent 6e5ca733
......@@ -54,7 +54,7 @@ $app->bindInstallPaths(require __DIR__.'/paths.php');
|
*/
$framework = __DIR__.'/../vendor/laravel/framework/src';
$framework = $app['path.base'].'/vendor/laravel/framework/src';
require $framework.'/Illuminate/Foundation/start.php';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment