Summary
Show a short console message after install:demo completes successfully, inviting the user to star the Quantum repository on GitHub.
Why
The project creation flow already runs:
php qt install:demo --yes
through post-create-project-cmd.
That makes the demo install command one of the first guided experiences users see after creating a new Quantum project.
At the moment, install:demo ends with:
Demo project created successfully
This is a reasonable place to show a small follow-up message asking users to support the framework by starring the repository on GitHub.
Goal
Add a concise post-success message to the demo installation command that appears after the demo has been created successfully and includes the repository URL.
Proposed Direction
After the existing success message in install:demo, show a short follow-up line such as:
Would you like to show some love by starring Quantum on GitHub? https://github.com/softberg/quantum-php-core
Or similar wording, as long as the message remains lightweight and includes the direct repository link.
Acceptance Criteria
- after
install:demo completes successfully, a star-message is shown in the console
- the message only appears on successful completion
- the message includes the direct GitHub repository URL
- the message wording is concise and does not interrupt the installation flow
Notes
Relevant code:
shared/Commands/DemoCommand.php
composer.json post-create-project script
Summary
Show a short console message after
install:democompletes successfully, inviting the user to star the Quantum repository on GitHub.Why
The project creation flow already runs:
php qt install:demo --yesthrough
post-create-project-cmd.That makes the demo install command one of the first guided experiences users see after creating a new Quantum project.
At the moment,
install:demoends with:Demo project created successfullyThis is a reasonable place to show a small follow-up message asking users to support the framework by starring the repository on GitHub.
Goal
Add a concise post-success message to the demo installation command that appears after the demo has been created successfully and includes the repository URL.
Proposed Direction
After the existing success message in
install:demo, show a short follow-up line such as:Would you like to show some love by starring Quantum on GitHub? https://github.com/softberg/quantum-php-coreOr similar wording, as long as the message remains lightweight and includes the direct repository link.
Acceptance Criteria
install:democompletes successfully, a star-message is shown in the consoleNotes
Relevant code:
shared/Commands/DemoCommand.phpcomposer.jsonpost-create-project script