- trop de trucs d'un coup... je vais faire attention ensuite ^^'

This commit is contained in:
Jérémy Guillot
2024-06-10 13:57:50 +02:00
parent 9595831aa3
commit c46e1a0a5c
69 changed files with 4004 additions and 385 deletions

View File

@@ -126,6 +126,15 @@ state-processor: ## Create a new state processor
state-provider: ## Create a new state provider
@$(SYMFONY) make:state-provider
twig-component: ## Create a new twig component
@$(SYMFONY) make:twig-component
twig-extension: ## Create a new twig extension
@$(SYMFONY) make:twig-extension
stimulus: ## Create a new stimulus controller
@$(SYMFONY) make:stimulus-controller
## —— Webpack Encore —————————————————————————————————————————————————————————————
npm-install: ## Install npm dependencies
@$(DOCKER_COMP) exec php npm install