Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show the directory name at the end of the installer #270

Merged
merged 2 commits into from
Aug 8, 2023

Conversation

jessarcher
Copy link
Member

This PR updates the final output of the installer to include the chosen directory name:

image

This might not be an issue for most, but I often forget the directory name I chose, especially if I switched away while the installer runs.

The Vue installer does something similar (including the name twice), but I opted not to provide the cd instruction because it looked a little weird on its own (we don't need to tell them to composer install) and developers may want to open the directory in their editor instead of "cd-ing".

image

I also wondered whether it could be worth adding some "Next Steps" including links to the docs on running development servers and using starter kits. Thoughts?

@@ -193,7 +193,9 @@ 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}]</>.".PHP_EOL);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still feel that the Build something amazing! could be the same line. Something like this:

[INFO] Application ready in [./my-application]. Build something amazing!

@taylorotwell taylorotwell merged commit 881c9b2 into master Aug 8, 2023
5 checks passed
@taylorotwell taylorotwell deleted the show-directory-name branch August 8, 2023 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants