Feature Flags in Laravel with Pennant
– koomai.net - submitted by Sid
How we use class-based Laravel Pennant features, with a kill switch on every flag and a config-driven path to general availability.
Read more [koomai.net]
– koomai.net - submitted by Sid
How we use class-based Laravel Pennant features, with a kill switch on every flag and a config-driven path to general availability.
Read more [koomai.net]
– youtu.be - submitted by Nuno Maduro
Read more [youtu.be]
– wendelladriel.com - submitted by Wendell Adriel
Learn how Expressive can improve a Laravel application by keeping Eloquent as the database layer while moving business logic to fully typed objects.
Read more [wendelladriel.com]
– mujahidabbas.dev - submitted by Muhammad Mujahid Abbas
You can't out-prompt an attacker — to the model, your system instructions and a malicious support ticket are the same text. So stop defending the prompt and lock down the boundaries you actually control: tools scoped to the authenticated user server-side, middleware that screens and logs, output handled as untrusted input, a human in front of anything irreversible, and a fake-free test that fails CI the moment someone drops the auth scope.
Read more [mujahidabbas.dev]
– mujahidabbas.dev - submitted by Muhammad Mujahid Abbas
Your Agent::fake() tests prove your Laravel AI feature runs — not that its output is any good. This evals a real ticket classifier with the AI SDK: a golden dataset for the fields you can check, an LLM-as-judge for the free text you can't, and a regression gate that catches a bad prompt before your customers do.
Read more [mujahidabbas.dev]
– wendelladriel.com - submitted by Wendell Adriel
A deep dive into the Laravel request lifecycle, from public/index.php and application bootstrapping to middleware, routing, controllers, responses, and termination.
Read more [wendelladriel.com]
– laracraft.tech - submitted by Zacharias Creutznacher
Read more [laracraft.tech]
– simplestats.io - submitted by Zacharias Creutznacher
Read more [simplestats.io]
– laraplugins.io - submitted by Andrei-Daniel Petrica
Our MCP server gives LLMs fast, structured access to Laravel plugin health, compatibility, and vendor reputation, so they recommend maintained, safe choices.
Read more [laraplugins.io]
– laracraft.tech - submitted by Zacharias Creutznacher
Read more [laracraft.tech]
– wendelladriel.com - submitted by Wendell Adriel
A deep dive into idempotency, from the theory behind safe retries to a practical Laravel implementation using the Laravel Idempotency package.
Read more [wendelladriel.com]
– www.exolnet.com - submitted by Alexandre D'Eschambeault
Learn how to reuse your Laravel MCP tools in the Laravel AI SDK using a simple proxy approach, helping you avoid code duplication and making it easier to build AI agents integrated into your Laravel applications.
Read more [www.exolnet.com]
– laracraft.tech - submitted by Zacharias Creutznacher
Running SQLite on a Laravel Forge site with zero-downtime deployments? Every deploy quietly throws your entire production database away. Here is why it happens and how to fix it by moving the database into the shared storage directory.
Read more [laracraft.tech]
– albertoarena.it - submitted by Alberto Arena
A Claude Code skill that helps you design and generate event-sourced domain code for Laravel using spatie/laravel-event-sourcing
Read more [albertoarena.it]
– laracraft.tech - submitted by Zacharias Creutznacher
Laravel Boost only reads a single core.blade.php per package, so extra sibling files get silently dropped. Here is the minimal pattern for splitting your guidelines into organized partials using a Blade view namespace.
Read more [laracraft.tech]
– wendelladriel.com - submitted by Wendell Adriel
A deep dive into Role-Based Access Control, from the theory behind roles and permissions to a practical, team-aware Laravel implementation without external packages.
Read more [wendelladriel.com]
– wendelladriel.com - submitted by Wendell Adriel
A deep dive into how Laravel transforms raw route segments into models, scoped children, enums, and custom bound values before your controller runs.
Read more [wendelladriel.com]
AI coding agents love to run tests in parallel processes. That's great until multiple processes try to use the same local test database at once. A small file lock can serialize access and stop those runs from stepping on each other.
Read more [rias.be]
– tighten.com - submitted by Kayla Helmick
This article frames AI as a tool to support, not replace, developers, emphasizing the importance of staying in control of how and when it’s used. It encourages a thoughtful approach where developers leverage AI for efficiency while maintaining ownership of decisions and outcomes.
Read more [tighten.com]
– wendelladriel.com - submitted by Wendell Adriel
Learn what the ADR (Action/Domain/Responder) pattern is and how to apply it in Laravel with a simple, practical example.
Read more [wendelladriel.com]