diff --git a/src/BuildProcess/ConfigureArtisan.php b/src/BuildProcess/ConfigureArtisan.php index e2c7f07..a5f179c 100644 --- a/src/BuildProcess/ConfigureArtisan.php +++ b/src/BuildProcess/ConfigureArtisan.php @@ -37,11 +37,25 @@ protected function configure($file) 'handleCommand(new ArgvInput); +EOF ], [ 'useStoragePath(Laravel\Vapor\Runtime\StorageDirectories::PATH);'.PHP_EOL, Manifest::shouldSeparateVendor($this->environment) ? "require '/tmp/vendor/autoload.php';".PHP_EOL : "require __DIR__.'/vendor/autoload.php';".PHP_EOL, + <<useStoragePath(Laravel\Vapor\Runtime\StorageDirectories::PATH); + +// Handle the command... +\$status = \$app->handleCommand(new ArgvInput); +EOF ], file_get_contents($file) );