Use the base.path when loading the illuminate application.
@@ -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';