🚧 This platform open-source and is in early development. We welcome feature requests and pull requests! 🚀
Docker, Kubernetes, & PHP: Laravel Edition (Part III)
In this episode, joined by Ciaran McNulty & Alex Bowers, we take a look at the best practices for developing Laravel PHP applications with Docker, Docker Compose, and Kubernetes.Our focus is on PHP applications run with nginx and php-fpm. This episode is a follow up to my "Kickass Development Environments with Docker" talk that I gave from 2016-2018.Dubbed "The PHP Framework for Web Artisan", Laravel is a web application framework with expressive, elegant syntax. We’ve already laid the foundation — freeing you to create without sweating the small things.🕰 Timeline00:00 - Holding screen01:35 - Introductions03:00 - Context - What have we done thus far?05:50 - Automating the npm watcher12:00 - Automating database migrations18:00 - Confirming live reload works22:10 - Getting hot module reload working58:00 - Adding database persistence1:03:00 - Running the tests1:05:10 - Optimising our Dockerfile layers and caching💁🏻♂️ Want some help?💬 Leave a comment🐦 Ping me on Twitter - https://twitter.com/rawkode📆 Schedule some time during my office-hours - https://rawko.de/office-hours🌎 LinksCiaran McNulty - https://twitter.com/CiaranMcNultyAlex Bowers - https://twitter.com/bowersbrosCode from Tutorial - https://gitlab.com/rawkode/php-examples