Skip to content

Commit

Permalink
πŸ‘Œ IMPROVE: List and Use All Symfony commands (Makefile)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoanbernabeu committed Oct 5, 2022
1 parent 0789abb commit 318419a
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 318419a

Please sign in to comment.