Skip to content

Commit 5bb2280

Browse files
committed
Add next steps hint after test-app-init
Show 'symfony serve -d' command to guide users through the full setup flow.
1 parent 140f7d5 commit 5bb2280

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@
9292
],
9393
"test-app-init": [
9494
"@database-reset",
95-
"@frontend-clear"
95+
"@frontend-clear",
96+
"echo '\nNow run:\n\n symfony serve -d\n'"
9697
]
9798
}
9899
}

0 commit comments

Comments
 (0)