Add startup instructions
Some checks failed
PHP Composer / build (pull_request) Has been cancelled

This commit is contained in:
Armel van Ravels
2024-08-30 22:39:46 +02:00
parent bb1d280731
commit 2477cdba16
3 changed files with 23 additions and 0 deletions

View File

@@ -5,6 +5,8 @@ up:
start: up composer-install
composer-install:
"$(EXEC)" composer install
stop:
docker compose stop
cmd:
@@ -13,3 +15,5 @@ phpstan:
"$(EXEC)" vendor/bin/phpstan analyse src --level 8
cs-fix:
"$(EXEC)" vendor/bin/php-cs-fixer fix --allow-risky=yes
test:
"$(EXEC)" vendor/bin/pest