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.
2 parents 27ef983 + 02ae958 commit 8fe9ac7Copy full SHA for 8fe9ac7
src/app/Console/Commands/Install.php
@@ -104,7 +104,7 @@ public function handle()
104
}
105
106
$this->line(' Publishing elFinder assets');
107
- $this->executeArtisanProcess('elfinder:publish');
+ $this->executeProcess(['php', 'artisan', 'elfinder:publish']);
108
109
$this->line(' Publishing custom elfinder views');
110
$this->executeArtisanProcess('vendor:publish', [
0 commit comments