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 61bbf49 commit 6af8850Copy full SHA for 6af8850
src/Console/InstallCommand.php
@@ -152,7 +152,9 @@ protected function installLivewireStack()
152
return false;
153
}
154
155
- $this->call('install:api');
+ $this->call('install:api', [
156
+ '--without-migration-prompt' => true,
157
+ ]);
158
159
// Update Configuration...
160
$this->replaceInFile('inertia', 'livewire', config_path('jetstream.php'));
@@ -336,7 +338,9 @@ protected function installInertiaStack()
336
338
337
339
340
341
342
343
344
345
// Install NPM packages...
346
$this->updateNodePackages(function ($packages) {
0 commit comments