diff --git a/src/NewCommand.php b/src/NewCommand.php index f7fb552c..3341e016 100644 --- a/src/NewCommand.php +++ b/src/NewCommand.php @@ -193,7 +193,7 @@ protected function execute(InputInterface $input, OutputInterface $output) $output->writeln(''); } - $output->writeln(' INFO Application ready! Build something amazing.'.PHP_EOL); + $output->writeln(" INFO Application ready in [{$name}]. Build something amazing.".PHP_EOL); } return $process->getExitCode();