We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b557ba commit 6785a02Copy full SHA for 6785a02
symfony/framework-bundle/manifest.json
@@ -20,9 +20,11 @@
20
"cache-clear:",
21
"\t@test -f bin/console && bin/console cache:clear --no-warmup || rm -rf var/cache/*",
22
".PHONY: cache-clear",
23
+ "",
24
"cache-warmup: cache-clear",
25
"\t@test -f bin/console && bin/console cache:warmup || echo \"cannot warmup the cache (needs symfony/console)\"",
26
".PHONY: cache-warmup",
27
28
"serve:",
29
"\t@echo \"\\033[32;49mServer listening on http://127.0.0.1:8000\\033[39m\"",
30
"\t@echo \"Quit the server with CTRL-C.\"",
0 commit comments