Commit 25a84bc0 by Taylor Otwell

Change how bootstrap file is loaded.

parent 227683be
......@@ -54,7 +54,9 @@ $app->bindInstallPaths(require __DIR__.'/paths.php');
|
*/
require $app->getBootstrapFile();
$framework = __DIR__.'/../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