Skip to content

Commit 8fe9ac7

Browse files
authored
Merge pull request #2528 from Laravel-Backpack/fix-elfinder-publish-command
[4.0][BUGFIX] Elfinder publish command error
2 parents 27ef983 + 02ae958 commit 8fe9ac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/Console/Commands/Install.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public function handle()
104104
}
105105

106106
$this->line(' Publishing elFinder assets');
107-
$this->executeArtisanProcess('elfinder:publish');
107+
$this->executeProcess(['php', 'artisan', 'elfinder:publish']);
108108

109109
$this->line(' Publishing custom elfinder views');
110110
$this->executeArtisanProcess('vendor:publish', [

0 commit comments

Comments
 (0)