How to scale Laravel horizontally with Docker
Published on by Eric L. Barnes
Andrew McLagan has a new tutorial on scaling horizontally with docker.
Andrew goes through setting up a Docker container and a tool called Docker Compose, a tool enables us to start multiple Docker containers at once from a single configuration file, rather than starting each container individually.
Eric is the creator of Laravel News and has been covering Laravel since 2012.