diff --git a/recipes/symfony/framework-bundle/manifest.json b/recipes/symfony/framework-bundle/manifest.json index 41ada498..5a4a3536 100644 --- a/recipes/symfony/framework-bundle/manifest.json +++ b/recipes/symfony/framework-bundle/manifest.json @@ -39,5 +39,16 @@ "!var/sessions/.gitkeep", "/vendor/", "/web/bundles/" + ], + "post-install-output": [ + " ", + " What's next? ", + " ", + "", + " * Run your application:", + " 1. Execute the make serve command;", + " 2. Browse to the http://localhost:8000/ URL.", + "", + " * Read the documentation at http://symfony.com/doc" ] }