mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
added some post install output
This commit is contained in:
@@ -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>"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user