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 8a642a7 commit 04c73ceCopy full SHA for 04c73ce
src/NewCommand.php
@@ -327,8 +327,8 @@ protected function promptForJetstreamOptions(InputInterface $input)
327
$input->setOption('stack', select(
328
label: 'Which Jetstream stack would you like to install?',
329
options: [
330
- 'inertia' => 'Vue with Inertia',
331
'livewire' => 'Livewire',
+ 'inertia' => 'Vue with Inertia',
332
]
333
));
334
}
0 commit comments