🚧 This platform open-source and is in early development. We welcome feature requests and pull requests! 🚀
Docker, Kubernetes, & PHP: Laravel Edition (Part II)
In this episode, joined by Ciaran McNulty, 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:10 - Introductions01:50 - Context / Background: What are we going to do?11:00 - Looking at the development environment we provided last time12:00 - Docker for Mac volume options for better performance22:00 - Making asset / nodejs asset compilation a better experience for local developmentNote: We spent a lot of time working with explicit volume mounts to make the Laravel mix process work. It turns out that mix uses the location / existence of. The artisan file to establish the document root for asset compilation. The debugging around this should still be useful 😬💁🏻♂️ 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/CiaranMcNultyCode from Tutorial - https://gitlab.com/rawkode/php-examples