Skip to content

Commit

Permalink
Show the directory name at the end of the installer (#270)
Browse files Browse the repository at this point in the history
* Show the name at the end of the installer

* Update NewCommand.php

---------

Co-authored-by: Taylor Otwell <[email protected]>
  • Loading branch information
jessarcher and taylorotwell authored Aug 8, 2023
1 parent 0281e86 commit 881c9b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NewCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
$output->writeln('');
}

$output->writeln(' <bg=blue;fg=white> INFO </> Application ready! <options=bold>Build something amazing.</>'.PHP_EOL);
$output->writeln(" <bg=blue;fg=white> INFO </> Application ready in <options=bold>[{$name}]</>. Build something amazing.".PHP_EOL);
}

return $process->getExitCode();
Expand Down

0 comments on commit 881c9b2

Please sign in to comment.