star Created with Sketch.
Discover Our Apps

Laravel Daily's

Laravel and Vue logos beside an accessible focus path moving from navigation to a page heading

Accessible SPAs with Inertia 3.x: Focus Management and Screen Reader Support for Laravel + Vue

Inertia gives Laravel and Vue the speed of client-side navigation without forcing you into a...
Illustration of Laravel and Vue AI agent security with layered shields and architectural boundaries

Defend the Tools, Not the Prompt: Securing Laravel AI Agents Against Prompt Injection

AI agents change the trust model of an application. A user prompt can influence a...
Bright cartoony illustration of Laravel and Vue connected through multilingual Inertia data

i18n in Laravel + Vue + Inertia 3.x: Ship a Multilingual SPA Without the Bloat

Internationalization often creates a frontend trade-off. You can bundle every translation into JavaScript. That makes...
Illustrated Laravel AI agent storing conversation memory in a database

Give Your Laravel AI Agent a Memory: Conversation Persistence and Context Compaction with the AI SDK

An AI agent does not remember anything between requests unless your application sends that context...
Illustration of browser history, Laravel, Vue, and preserved application state

The Back Button Is Not Your Enemy: History and State Preservation in Inertia 3.x with Laravel + Vue

Single-page applications often make the browser’s back button feel unreliable. A user filters an orders...
Laravel AI agents moving through background queues with batching, retries, and rate limits

Stop Blocking Your Users: Queue Long-Running Laravel AI Agents with Batching, Retries, and Rate Limits

An LLM call does not belong in most HTTP request cycles. A provider may take...
Laravel AI provider failover between OpenAI, Anthropic, and a local Ollama fallback

Provider Failover in Laravel: Keep Your AI Features Alive When OpenAI or Anthropic Goes Down

AI features inherit the availability of their providers. A valid OpenAI request can still fail...
Laravel and Vue multi-step wizard with validation checkmarks

Multi-Step Wizards in Inertia 3.x: Precognitive Validation for Laravel + Vue

Multi-step forms become difficult when validation, navigation, drafts, and server state start pulling in different...
Bright illustrative Laravel AI agent protected by layered security shields against malicious prompts, with PHP, database, API

Prompt Injection Defense in Laravel: Hardening AI Agents Before They Ship

AI agents turn language into actions. That makes prompt injection more than a response-quality issue....
Illustrated bridge connecting Laravel controllers to a Vue and Inertia single-page application with typed route cards

Laravel Wayfinder + Inertia 3.x: Typed Routes for Your Vue SPA (No More Hardcoded URLs)

Hardcoded URLs are easy to write and easy to forget. A path such as '/posts/'...
Illustration of a Laravel controller sending a notification to a Vue toast through Inertia

Flash Messages in Inertia 3.x: Server-Side to Vue Toast in One Line

Flash messages connect a Laravel action to the next screen. Inertia keeps the request flow...
Laravel AI agent protected by a validation shield around structured tool arguments

Lock Down Your AI Agents: Validating Tool Arguments in Laravel with the AI SDK

AI agents become useful when they can take action. They can query an order, inspect...
1 2 3 15 »