Blog
Explore the stories, insights, and expert advice behind Sevalla's PaaS solutions, featuring the Sevalla team and occasional guest contributors from the industry.
Relay: Building a Fiber-Native HTTP Layer for Modern PHP
In this post, I explore the design and implementation of Relay, a new HTTP transport layer for PHP 8.5+ that leverages Fibers for concurrency and embraces immutability and explicit result handling.
·by Steve McDougallBuilding a Claude Code skill
Learn how to create portable instruction manuals for Claude that teach domain-specific approaches, with a deep dive into building a production-grade Laravel API skill.
·by Steve McDougallStreaming responses in Laravel without WebSockets
Learn how to implement server-sent events (SSE) in Laravel for streaming AI responses, avoiding the complexity of WebSockets.
·by Steve McDougallKubernetes for Laravel developers
Learn how Laravel developers can leverage Kubernetes for scalable and efficient application deployment.
·by Steve McDougallLaravel performance benchmarks — PHP 8.2 vs 8.3 vs 8.4 vs 8.5
See how different PHP versions impact Laravel performance with our comprehensive benchmarks.
·by Joel Olawanle