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 79c0a57 commit 506d8beCopy full SHA for 506d8be
src/NewCommand.php
@@ -491,6 +491,11 @@ protected function promptForJetstreamOptions(InputInterface $input)
491
))->each(fn ($option) => $input->setOption($option, true));
492
}
493
494
+ /**
495
+ * Validate the starter kit stack input.
496
+ *
497
+ * @param \Symfony\Components\Console\Input\InputInterface
498
+ */
499
protected function validateStackOption(InputInterface $input)
500
{
501
if ($input->getOption('breeze')) {
0 commit comments