diff --git a/src/NewCommand.php b/src/NewCommand.php index cb888ce..ac536c7 100644 --- a/src/NewCommand.php +++ b/src/NewCommand.php @@ -43,7 +43,7 @@ protected function configure() protected function execute(InputInterface $input, OutputInterface $output) { $installJetstream = $input->getOption('jet') || - (new SymfonyStyle($input, $output))->confirm('Would you like to install the Laravel Jetstream application scaffolding?', false); + ($input->getOption('prompt-jetstream') && new SymfonyStyle($input, $output))->confirm('Would you like to install the Laravel Jetstream application scaffolding?', false); if ($installJetstream) { $output->write(PHP_EOL."