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 ac797e2 commit 1106992Copy full SHA for 1106992
src/Commands/InstallCommand.php
@@ -112,7 +112,7 @@ private function installJsDependenciesWithImportmaps(): void
112
{
113
$this->components->info('Installing JS dependencies (Importmaps).');
114
115
- $this->callSilent('importmap:pin '.implode(' ', array_keys($this->jsDependencies())));
+ $this->callSilent('php artisan importmap:pin '.implode(' ', array_keys($this->jsDependencies())));
116
}
117
118
private function ensureTrixLibIsImported(): void
0 commit comments