▸ Category · Laravel
Notes on Laravel.
2 posts in this category.
-
LaravelLaravel Octane: making PHP scream on high-traffic apps
Standard PHP rebuilds the whole kitchen for every request. Laravel Octane boots once, stays warm in memory, and feeds requests through a worker pool — taking 50ms responses down to single digits. Swoole vs RoadRunner, worker-pool tuning, and surviving persistent state without memory leaks.
Read post →
-
LaravelLaravel multi-tenancy: how I built a scalable SaaS architecture
Single DB vs multi-DB, global scopes that stop data leaks, stancl/tenancy in production, isolated storage, automated migrations, and the Docker + Google Cloud setup I run for high-trust SaaS clients.
Read post →