From 1dd95ca8a8c43823bca4abd7043aacc460a4bf28 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Wed, 15 Mar 2017 14:47:19 -0700 Subject: [PATCH] added some post install output --- recipes/symfony/framework-bundle/manifest.json | 11 +++++++++++ 1 file changed, 11 insertions(+) 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" ] }