Run PHP QA tools in parallel on Docker via Makefile [Tutorial]

Опубликовано: 15 Октябрь 2024
на канале: PascalLandau
772
25

Link to the written tutorial on my blog:
https://www.pascallandau.com/blog/php...

Link to the branch of the Github repository:
https://github.com/paslandau/docker-p...

Overview of all tutorials:
https://www.pascallandau.com/docker-p...

Playlist of all tutorials:
   • Docker development setup for PHP Proj...  

Set up some PHP QA tools like phpcs, phpstan, etc. in the dockerized PHP application and provide make targets to run them either in parallel or individually.