Skip to content

Commit

Permalink
Merge pull request #5 from yoanbernabeu/List-and-Use-All-Symfony-comm…
Browse files Browse the repository at this point in the history
…ands

👌 IMPROVE:  List and Use All Symfony commands (Makefile)
  • Loading branch information
yoanbernabeu committed Oct 5, 2022
2 parents 0789abb + 318419a commit f83faa7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ docker-stop: ## Stop docker containers.
#---------------------------------------------#

## === 🎛️ SYMFONY ===============================================
sf: ## List and Use All Symfony commands (make sf command="commande-name").
$(SYMFONY_CONSOLE) $(command)
.PHONY: sf

sf-start: ## Start symfony server.
$(SYMFONY_SERVER_START)
.PHONY: sf-start
Expand Down

0 comments on commit f83faa7

Please sign in to comment.