Subscribe to PHP Freaks RSS

pascallandau.com: How to build a Docker development setup for PHP Projects [Tutorial Part 3]

syndicated from www.phpdeveloper.org on May 20, 2019

In the third part of this tutorial series on developing PHP on Docker we'll lay the fundamentals to build a complete development infrastructure and explain how to "structure" the Docker setup as part of a PHP project. Structure as in
folder structure ("what to put where") Dockerfile templates ...