changed the way post-install output is defined

This commit is contained in:
Fabien Potencier
2017-04-14 00:09:33 -07:00
parent 99e56fc71e
commit 77e841b4c0
3 changed files with 24 additions and 54 deletions
@@ -21,17 +21,5 @@
"/var/",
"/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. Change to the project directory",
" 2. Execute the <comment>make serve</comment> command;",
" 3. Browse to the <comment>http://localhost:8000/</comment> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</comment>"
]
}
@@ -0,0 +1,10 @@
<bg=blue;fg=white> </>
<bg=blue;fg=white> What's next? </>
<bg=blue;fg=white> </>
* <fg=blue>Run</> your application:
1. Change to the project directory
2. Execute the <comment>make serve</> command;
3. Browse to the <comment>http://localhost:8000/</> URL.
* <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>