We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a51f02 commit f20a963Copy full SHA for f20a963
StarterKitPostInstall.php
@@ -57,7 +57,7 @@ public function handle($console)
57
$this->runProcess(['php', 'artisan', 'horizon:install'], $console, 'horizon assets published');
58
59
$this->runProcess(['composer', 'require', 'thoughtco/statamic-eyris'], $console, 'eyris installed');
60
- $this->runProcess(['php', 'artisan', 'vendor:publish --tag=statamic-eyris'], $console, 'eyris assets published');
+ $this->runProcess(['php', 'artisan', 'vendor:publish', '--tag=statamic-eyris'], $console, 'eyris assets published');
61
62
$this->runProcess(['php', 'artisan', 'queue:restart'], $console, 'queues restarted');
63
0 commit comments