Skip to content

Commit 318419a

Browse files
committed
👌 IMPROVE: List and Use All Symfony commands (Makefile)
1 parent 0789abb commit 318419a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ docker-stop: ## Stop docker containers.
6666
#---------------------------------------------#
6767

6868
## === 🎛️ SYMFONY ===============================================
69+
sf: ## List and Use All Symfony commands (make sf command="commande-name").
70+
$(SYMFONY_CONSOLE) $(command)
71+
.PHONY: sf
72+
6973
sf-start: ## Start symfony server.
7074
$(SYMFONY_SERVER_START)
7175
.PHONY: sf-start

0 commit comments

Comments
 (0)