It's my skeleton project.
- docker
- Roadrunner
- Github actions:
- PHPStan
- Magic numbers
- PHP-CS
- Composer validate
- Run tests (WIP)
Commit message: [SKIP CI] ...
disabled build app and run tests.
Just fork/clone this repository and start work!
Just dev-compose up -d
WEB:
http://127.0.0.1:9001
https://127.0.0.1:9002
Redis:
127.0.0.1:4004
PostgreSQL:
127.0.0.1:4005
# Fix code style
./bin/task check-code-style
# Validate composer configuration
./bin/task check-composer
# Validate no magic numbers
./bin/task check-magic-numbers
# PHPStan. Run locally
./bin/task phpstan
Just check Taskfile.yml.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository. And check CHANGELOG.yml.