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 0789abb commit 318419aCopy full SHA for 318419a
Makefile
@@ -66,6 +66,10 @@ docker-stop: ## Stop docker containers.
66
#---------------------------------------------#
67
68
## === 🎛️ SYMFONY ===============================================
69
+sf: ## List and Use All Symfony commands (make sf command="commande-name").
70
+ $(SYMFONY_CONSOLE) $(command)
71
+.PHONY: sf
72
+
73
sf-start: ## Start symfony server.
74
$(SYMFONY_SERVER_START)
75
.PHONY: sf-start
0 commit comments