This course covers your needs for Laravel and docker
Or you can watch the Laracasts version here
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hi, I'm starting a new project and would love to be able to deploy my application to a service like Cloud Run or any other container as a service provider. It makes things cheaper and are highly scalable. I'm avoiding vapor since I would rather use Terraform to deploy and manage my infra.
I've struggled to find best practices on how to containerize a laravel app to be production ready. What is the best approach to doing this? I use sail for development but it doesn't offer any recommendations for deployments other than using vapor. Is the vapor base image a good option?
Please or to participate in this conversation.