Dockerising Your Laravel App for Kubernetes: From Dockerfile to Running Pod
Take a Laravel app from Docker Compose to a running Kubernetes pod — covering the production Dockerfile, Nginx+PHP-FPM setup, and the K8s manifests you actually need.
I’m Steven, a software engineer and technical leader based in the west coast of Scotland. I’m the CTO at Digitonic, where we develop technologies for the investor relations and igaming industries.
Take a Laravel app from Docker Compose to a running Kubernetes pod — covering the production Dockerfile, Nginx+PHP-FPM setup, and the K8s manifests you actually need.
Prism's tool calling turns a text-generating LLM into an agent that can actually *do* things — query your database, hit an external API, or dispatch a queued job.
Laravel 13 adds Queue::route() — a single place in your service provider to declare which queue and connection every job class uses. Here's how it works.