A community package wraps the Laravel AI SDK with reusable task classes, three execution modes, cost tracking, and a built-in dashboard.
Latest News
More Articles
Looping over a collection to count or sum related rows is a classic N+1. Eloquent has a single-query answer for every common case.
Stop repeating the same ->where() clause on every query. Global scopes bake query rules directly into the model.
A step-by-step guide to a debounced, keyboard-navigable autocomplete field backed by Eloquent, no JavaScript framework required.
Mago hit its 1.0.0 stable release after more than a thousand commits and dozens of betas, and early benchmarks against Laravel projects are striking.
When a dataset is too large to hold in memory as a Collection, LazyCollection processes it one item at a time using generators.
You do not need a machine learning service to recommend related content. A weighted scoring query in Eloquent gets you most of the way there.
Three different tools all answer "is this allowed?" in Laravel. Understanding why each exists keeps authorization logic from sprawling.
A new grant-funded team at the PHP Foundation is scanning the most-downloaded Composer packages for vulnerabilities using AI-assisted tooling.