A Collection of Docker and PHP Tutorials

As part of my 2017 writing goal, I decided to spend this month writing a series of short “How-Tos” for people trying to learn PHP or up their skills. Since a lot of the work I’ve been doing lately has involved PHP and Docker and I’ve found precious few resources on that topic, many of my posts center around using Docker containers to accomplish typical PHP tasks.
A few that you may want to check out if you’re new to PHP and Docker:
- Running a PHP script within a Docker container
- Running a PHP web application within a Docker container
- Installing Composer packages using Docker containers
- Using PHP environmental variables in Docker containers
- Running a PHP/MySQL application in Docker containers
- Running a PHP/Postgres application in Docker containers
- Running PHPUnit tests in Docker containers
- Running a SlimPHP application in Docker containers
- Running Wordpress with Docker containers
- Running a Laravel Application in Docker
Check out all of my latest PHP tutorials at Shiphp.com.