# Laravel Boost

Laravel Boost is a developer tool that accelerates AI-assisted development by providing Laravel guidelines, agent skills, and a documentation API with an MCP tool.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Inertia v3: What's Changed Since the First Beta

DevFeed: [Inertia v3: What's Changed Since the First Beta](<https://devfeed.tech/articles/inertia-v3-what-s-changed-since-the-first-beta-3721.md>)

Original publisher: [Read original article](<https://laravel.com/blog/inertia-v3-whats-changed-since-the-first-beta>)

Author: Pascal Baljet

Published: 2026-03-25T17:07:23Z

Content type: article

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [Laravel](<https://devfeed.tech/topics/laravel.md>), [Vite](<https://devfeed.tech/topics/vite.md>), [migration](<https://devfeed.tech/topics/migration.md>), [Laravel Boost](<https://devfeed.tech/topics/laravel-boost.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>)

Tags: [javascript](<https://devfeed.tech/tags/javascript.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [laravel-boost](<https://devfeed.tech/tags/laravel-boost.md>), [migration](<https://devfeed.tech/tags/migration.md>), [release](<https://devfeed.tech/tags/release.md>), [updates](<https://devfeed.tech/tags/updates.md>)

### AI overview

The article summarizes changes to Inertia v3 since its first beta, including simplified layout props, updated layout APIs, a callback for configuring the root app, Vite 8 support, migration from lodash to es-toolkit, new Laravel Blade components, and a Laravel Boost upgrade prompt.

### Source excerpt

What changed in Inertia v3 since the first beta: simpler layout props, Vite 8 support, a withApp callback, and new Blade components.

## Which AI Model Is Best for Laravel?

DevFeed: [Which AI Model Is Best for Laravel?](<https://devfeed.tech/articles/which-ai-model-is-best-for-laravel-3988.md>)

Original publisher: [Read original article](<https://laravel.com/blog/which-ai-model-is-best-for-laravel>)

Author: Pushpak Chhajed

Published: 2026-03-18T14:47:42Z

Content type: article

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [Laravel](<https://devfeed.tech/topics/laravel.md>), [AI Models](<https://devfeed.tech/topics/ai-models.md>), [Benchmark](<https://devfeed.tech/topics/benchmark.md>), [Laravel Boost](<https://devfeed.tech/topics/laravel-boost.md>), [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [MCP Server](<https://devfeed.tech/topics/mcp-server.md>), [Model Context Protocol (MCP)](<https://devfeed.tech/topics/model-context-protocol-mcp.md>), [OpenAI](<https://devfeed.tech/topics/openai.md>), [anthropic](<https://devfeed.tech/topics/anthropic.md>)

Tags: [ai-coding](<https://devfeed.tech/tags/ai-coding.md>), [ai-models](<https://devfeed.tech/tags/ai-models.md>), [anthropic](<https://devfeed.tech/tags/anthropic.md>), [benchmark](<https://devfeed.tech/tags/benchmark.md>), [benchmarks](<https://devfeed.tech/tags/benchmarks.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [laravel-boost](<https://devfeed.tech/tags/laravel-boost.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [mcp-server](<https://devfeed.tech/tags/mcp-server.md>), [openai](<https://devfeed.tech/tags/openai.md>)

### AI overview

The article presents Boost Benchmarks, an internal evaluation framework for comparing AI models on real Laravel development tasks. It also examines whether Laravel Boost, an MCP server providing Laravel application context, improves AI coding agent performance. The evaluations measure functionality, architecture, test results, token usage, tool calls, execution time, and cost across six models.

### Source excerpt

We benchmarked 6 AI models on 17 real Laravel tasks, with and without Laravel Boost. See which model wins, which fails, and by how much.

## Laravel AI SDK, Boost, or MCP: Which Tool Do You Need?

DevFeed: [Laravel AI SDK, Boost, or MCP: Which Tool Do You Need?](<https://devfeed.tech/articles/laravel-ai-sdk-boost-or-mcp-which-tool-do-you-need-3748.md>)

Original publisher: [Read original article](<https://laravel.com/blog/laravel-ai-sdk-boost-or-mcp-which-tool-do-you-need>)

Author: Ana Tavares

Published: 2026-03-04T17:18:51Z

Content type: article

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [Laravel](<https://devfeed.tech/topics/laravel.md>), [vercel ai sdk](<https://devfeed.tech/topics/vercel-ai-sdk.md>), [Laravel Boost](<https://devfeed.tech/topics/laravel-boost.md>), [MCP](<https://devfeed.tech/topics/mcp.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [API](<https://devfeed.tech/topics/api.md>), [text-generation](<https://devfeed.tech/topics/text-generation.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [api](<https://devfeed.tech/tags/api.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [text-generation](<https://devfeed.tech/tags/text-generation.md>), [tool](<https://devfeed.tech/tags/tool.md>), [writing-code](<https://devfeed.tech/tags/writing-code.md>)

### AI overview

This article compares Laravel's AI SDK, Laravel Boost, and Laravel MCP. It explains that the AI SDK adds AI capabilities to Laravel applications, Boost helps AI agents write Laravel code, and MCP lets external AI tools interact with an application.

### Source excerpt

Laravel AI SDK, Boost, and MCP serve different purposes. Learn when to use each one, how they work together, and how to build faster with Laravel.

## How We Built Laravel Wrapped

DevFeed: [How We Built Laravel Wrapped](<https://devfeed.tech/articles/how-we-built-laravel-wrapped-3718.md>)

Original publisher: [Read original article](<https://laravel.com/blog/how-we-built-laravel-wrapped>)

Author: Ana Tavares

Published: 2025-12-17T16:40:59Z

Content type: tutorial

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [Laravel](<https://devfeed.tech/topics/laravel.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [Laravel Boost](<https://devfeed.tech/topics/laravel-boost.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Model Context Protocol](<https://devfeed.tech/topics/model-context-protocol.md>), [data](<https://devfeed.tech/topics/data.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [data](<https://devfeed.tech/tags/data.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [git](<https://devfeed.tech/tags/git.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [laravel-boost](<https://devfeed.tech/tags/laravel-boost.md>), [mcp](<https://devfeed.tech/tags/mcp.md>)

### AI overview

Laravel's team explains how it built Laravel Wrapped in under two weeks. The project aggregated usage data from Cloud, Forge, and Nightwatch, generated personalized AI summaries, and produced shareable Open Graph images. Laravel Cloud, Laravel Boost, and MCP helped the team develop and deploy the application quickly.

### Source excerpt

Learn how Laravel's team built Laravel Wrapped in two weeks: aggregating data across products, generating 55K AI summaries, and shipping with Cloud's speed.

## Announcing Laravel Boost

DevFeed: [Announcing Laravel Boost](<https://devfeed.tech/articles/announcing-laravel-boost-3580.md>)

Original publisher: [Read original article](<https://laravel.com/blog/announcing-laravel-boost>)

Author: Ashley Hindle

Published: 2025-08-13T14:00:41Z

Content type: article

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [Laravel Boost](<https://devfeed.tech/topics/laravel-boost.md>), [Laravel](<https://devfeed.tech/topics/laravel.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Model Context Protocol](<https://devfeed.tech/topics/model-context-protocol.md>), [ai-coding](<https://devfeed.tech/topics/ai-coding.md>), [Composer](<https://devfeed.tech/topics/composer.md>), [PHP](<https://devfeed.tech/topics/php.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-coding](<https://devfeed.tech/tags/ai-coding.md>), [free](<https://devfeed.tech/tags/free.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [laravel-boost](<https://devfeed.tech/tags/laravel-boost.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [mcp-server](<https://devfeed.tech/tags/mcp-server.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [php](<https://devfeed.tech/tags/php.md>)

### AI overview

Laravel Boost is a public-beta Composer package that supports AI-assisted Laravel development. It runs in a project, provides a Laravel-aware MCP server and tools, supplies version-specific documentation and guidelines, and helps AI coding agents inspect applications and generate Laravel-conforming code and tests.

### Source excerpt

Ship Laravel features faster with Boost, a Composer package that accelerates AI-assisted Laravel development by providing the essential context and structure that AI needs to generate high-quality, Laravel-specific code.