Dockerizing a Laravel Application: A Complete Guide
A complete Dockerfile, docker-compose stack, and Nginx configuration for running a Laravel app in containers, from local dev to production.
Articles on web development, tools, and lessons learned.
3 articles · browse by category or tag below
A complete Dockerfile, docker-compose stack, and Nginx configuration for running a Laravel app in containers, from local dev to production.
Automated testing and deployment with GitHub Actions — running a real database in CI, and deploying automatically on merge to main.
Structuring a real multi-service Docker Compose stack — app, worker, database with health checks, and environment-specific overrides.