Skip to content

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?

}

$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
@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.

5 participants