Skip to content

Commit f83faa7

Browse files
authored
Merge pull request #5 from yoanbernabeu/List-and-Use-All-Symfony-commands
👌 IMPROVE: List and Use All Symfony commands (Makefile)
2 parents 0789abb + 318419a commit f83faa7

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)