diff --git a/src/NewCommand.php b/src/NewCommand.php index 8ba4390..e6d1dbc 100644 --- a/src/NewCommand.php +++ b/src/NewCommand.php @@ -249,7 +249,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int $url = $this->generateAppUrl($name); $output->writeln('➜ Open: '.$url.''); } else { - $output->writeln('php artisan serve'); + $output->writeln('composer run dev'); } $output->writeln('');