added some post install output

This commit is contained in:
Fabien Potencier
2017-03-15 18:40:39 -07:00
parent b9f3697ea9
commit 1dd95ca8a8
@@ -39,5 +39,16 @@
"!var/sessions/.gitkeep",
"/vendor/",
"/web/bundles/"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Execute the <comment>make serve</comment> command;",
" 2. Browse to the <comment>http://localhost:8000/</comment> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>http://symfony.com/doc</comment>"
]
}