Add startup instructions
All checks were successful
PHP Composer / build (pull_request) Successful in 10m48s
All checks were successful
PHP Composer / build (pull_request) Successful in 10m48s
This commit is contained in:
4
Makefile
4
Makefile
@@ -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
|
||||
Reference in New Issue
Block a user