Merge pull request #1879 from jasonlewis/fix/use-base-path-in-start
Use the base.path when loading the illuminate application.
This commit is contained in:
commit
5c340a60a9
|
@ -54,7 +54,7 @@
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$framework = __DIR__.'/../vendor/laravel/framework/src';
|
$framework = $app['path.base'].'/vendor/laravel/framework/src';
|
||||||
|
|
||||||
require $framework.'/Illuminate/Foundation/start.php';
|
require $framework.'/Illuminate/Foundation/start.php';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue