mirror of
https://github.com/symfony/recipes.git
synced 2026-09-21 20:16:37 +03:00
changed the way post-install output is defined
This commit is contained in:
@@ -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>"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user