Commit 5c340a60 authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #1879 from jasonlewis/fix/use-base-path-in-start

Use the base.path when loading the illuminate application.
parents 048e3322 ed89cfb1
...@@ -54,7 +54,7 @@ $app->bindInstallPaths(require __DIR__.'/paths.php'); ...@@ -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'; 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