» Tag
laravel
9 postsManticore Speaks MySQL, So Here's a Laravel Database Driver for It
A Laravel database driver turns Manticore Search's MySQL wire protocol into full Eloquent support, including migrations and native KNN vector search.
Designing Payments Module Schema in Laravel for a Modular Monolith
Exploring payment module schema design in Laravel and inheritance methods.
Why Midnight Billing Cron Jobs Break at Scale
Why midnight subscription billing cron jobs collapse at scale, and how to fix them in Laravel with queues, idempotency, and staggered renewal windows.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comMigrating à-la-carte billing to plans-only in four safe phases
A SaaS moved from per-feature billing to plans-only using an expand-migrate-contract approach across four phases, avoiding downtime. Practical lessons for engineers.
Passwordless Laravel Auth: Easy to Demo, Harder to Implement
Passwordless authentication in Laravel is more complex than it seems; learn best practices.
RAG in Laravel: Embeddings and pgvector for a Knowledge-Base Bot
Build a knowledge-base bot using RAG in Laravel 11 with PostgreSQL. Manage your data with embeddings and pgvector.
Streaming AI Responses in Laravel with Server-Sent Events
We upgrade our Laravel AI chatbot to stream responses using Server-Sent Events (SSE), enhancing user experience.
Laravel 13.20 Image Processing: A Production Guide
Laravel 13.20 offers a new component for image processing. This guide explains its features and production boundaries.
Laravel Cloud's $5 Plan vs a $5 VPS: Real Cost Analysis
A cost comparison of Laravel Cloud's $5 plan and a $5 VPS, focusing on implications for engineers.