We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15f262e commit 36bb021Copy full SHA for 36bb021
src/Illuminate/Foundation/Console/ConfigCacheCommand.php
@@ -83,6 +83,8 @@ protected function getFreshConfiguration()
83
{
84
$app = require $this->laravel->bootstrapPath().'/app.php';
85
86
+ $app->useStoragePath($this->laravel->storagePath());
87
+
88
$app->make(ConsoleKernelContract::class)->bootstrap();
89
90
return $app['config']->all();
0 commit comments