# Laravel Boost

Published articles for Laravel Boost.

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

## Semantic memory or just Markdown?

DevFeed: [Semantic memory or just Markdown?](<https://devfeed.tech/articles/semantic-memory-or-just-markdown-3907.md>)

Original publisher: [Read original article](<https://laravel.com/blog/semantic-memory-or-just-markdown>)

Author: Pushpak Chhajed

Published: 2026-09-03T13:03:00Z

Content type: article

Language: en

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

Topics: [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-coding](<https://devfeed.tech/tags/ai-coding.md>), [anthropic](<https://devfeed.tech/tags/anthropic.md>), [claude-code](<https://devfeed.tech/tags/claude-code.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [laravel-boost](<https://devfeed.tech/tags/laravel-boost.md>), [memory](<https://devfeed.tech/tags/memory.md>), [search](<https://devfeed.tech/tags/search.md>)

### AI overview

The article argues that AI coding agents need project conventions without loading every rule into every prompt. It describes replacing semantic search with Markdown files and a generated two-column index for Laravel Boost project rules.

### Source excerpt

Why Laravel Boost project rules use a generated Markdown index after we deleted semantic search.

## Extracting AI rules from an existing codebase

DevFeed: [Extracting AI rules from an existing codebase](<https://devfeed.tech/articles/extracting-ai-rules-from-an-existing-codebase-3637.md>)

Original publisher: [Read original article](<https://laravel.com/blog/extracting-ai-rules-from-an-existing-codebase>)

Author: Pushpak Chhajed

Published: 2026-08-31T17:15:00Z

Content type: article

Language: en

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

Topics: [AI Chat](<https://devfeed.tech/topics/ai-chat.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [agent-skill](<https://devfeed.tech/tags/agent-skill.md>), [ai](<https://devfeed.tech/tags/ai.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [laravel-boost](<https://devfeed.tech/tags/laravel-boost.md>), [php](<https://devfeed.tech/tags/php.md>)

### AI overview

Laravel Boost uses an agent skill to examine an existing codebase, collect evidence of project conventions, and propose scoped rules for developer approval. The article contrasts this with an earlier deterministic Artisan-command approach that was harder to scale and could elevate framework defaults into unhelpful rules.

### Source excerpt

How Laravel Boost uses an agent skill to find existing project conventions and record the useful ones as scoped rules.

## AI coding agents pass tests. Can they write idiomatic Laravel?

DevFeed: [AI coding agents pass tests. Can they write idiomatic Laravel?](<https://devfeed.tech/articles/ai-coding-agents-pass-tests-can-they-write-idiomatic-laravel-3719.md>)

Original publisher: [Read original article](<https://laravel.com/blog/idiomatic-laravel-ai-coding-agents>)

Author: Pushpak Chhajed

Published: 2026-07-24T15:28:00Z

Content type: article

Language: en

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

Topics: [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-coding](<https://devfeed.tech/tags/ai-coding.md>), [benchmark](<https://devfeed.tech/tags/benchmark.md>), [benchmarks](<https://devfeed.tech/tags/benchmarks.md>), [claude](<https://devfeed.tech/tags/claude.md>), [code](<https://devfeed.tech/tags/code.md>), [coding](<https://devfeed.tech/tags/coding.md>), [gemini](<https://devfeed.tech/tags/gemini.md>), [gpt](<https://devfeed.tech/tags/gpt.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [laravel-boost](<https://devfeed.tech/tags/laravel-boost.md>)

### AI overview

AI coding agents now pass Laravel Boost evaluations at or near 100%, prompting a shift from measuring test-passing to assessing idiomatic Laravel code and code efficiency.

### Source excerpt

AI coding agents can now pass every Laravel Boost eval. Next up: measuring idiomatic Laravel and correct code per token.

## 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 MCP: A Complete Guide

DevFeed: [Laravel MCP: A Complete Guide](<https://devfeed.tech/articles/laravel-mcp-a-complete-guide-3782.md>)

Original publisher: [Read original article](<https://laravel.com/blog/laravel-mcp-a-complete-guide>)

Author: Ana Tavares

Published: 2026-03-12T15:00:30Z

Content type: tutorial

Language: en

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

Topics: [MSP MCP](<https://devfeed.tech/topics/msp-mcp.md>), [AI, ML & Data Engineering](<https://devfeed.tech/topics/ai-ml-data-engineering.md>), [cursor](<https://devfeed.tech/topics/cursor.md>), [GitHub Copilot](<https://devfeed.tech/topics/github-copilot.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [ai-coding](<https://devfeed.tech/tags/ai-coding.md>), [anthropic](<https://devfeed.tech/tags/anthropic.md>), [api](<https://devfeed.tech/tags/api.md>), [chatgpt](<https://devfeed.tech/tags/chatgpt.md>), [claude](<https://devfeed.tech/tags/claude.md>), [cli](<https://devfeed.tech/tags/cli.md>), [code](<https://devfeed.tech/tags/code.md>), [cursor](<https://devfeed.tech/tags/cursor.md>), [database](<https://devfeed.tech/tags/database.md>), [github-copilot](<https://devfeed.tech/tags/github-copilot.md>), [guide](<https://devfeed.tech/tags/guide.md>), [how-to](<https://devfeed.tech/tags/how-to.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>), [tools](<https://devfeed.tech/tags/tools.md>)

### AI overview

A guide to building a Laravel MCP server that exposes application tools, resources, and prompts to compatible AI clients.

### Source excerpt

Learn how to build a Laravel MCP server with tools, resources, and prompts. Step-by-step guide to exposing your app to AI clients like Claude and ChatGPT.

## 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.

## Laravel Idea Plugin is Free for PhpStorm

DevFeed: [Laravel Idea Plugin is Free for PhpStorm](<https://devfeed.tech/articles/laravel-idea-plugin-is-free-for-phpstorm-3769.md>)

Original publisher: [Read original article](<https://laravel.com/blog/laravel-idea-plugin-is-free-for-phpstorm>)

Author: Sam

Published: 2025-09-19T08:40:12Z

Content type: news

Language: en

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

Topics: [PHP](<https://devfeed.tech/topics/php.md>), [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [Code generation](<https://devfeed.tech/topics/code-generation.md>), [debugging](<https://devfeed.tech/topics/debugging.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [code-completion](<https://devfeed.tech/tags/code-completion.md>), [code-generation](<https://devfeed.tech/tags/code-generation.md>), [debugging](<https://devfeed.tech/tags/debugging.md>), [ide](<https://devfeed.tech/tags/ide.md>), [junie](<https://devfeed.tech/tags/junie.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [laravel-boost](<https://devfeed.tech/tags/laravel-boost.md>), [php](<https://devfeed.tech/tags/php.md>), [phpstorm](<https://devfeed.tech/tags/phpstorm.md>), [tooling](<https://devfeed.tech/tags/tooling.md>)

### AI overview

Laravel Idea is now free for PhpStorm users. The article describes Laravel-aware IDE features and explains how Laravel Boost provides project context to AI agents.

### Source excerpt

As an IDE we recommend, we're very happy that PhpStorm users can now use the Laravel Idea plugin for free.

## AI Coding Tips for Laravel Developers

DevFeed: [AI Coding Tips for Laravel Developers](<https://devfeed.tech/articles/ai-coding-tips-for-laravel-developers-3574.md>)

Original publisher: [Read original article](<https://laravel.com/blog/ai-coding-tips-for-laravel-developers>)

Author: Ashley Hindle

Published: 2025-08-25T15:22:19Z

Content type: tutorial

Language: en

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

Topics: [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [cursor](<https://devfeed.tech/topics/cursor.md>), [Visual Studio Code](<https://devfeed.tech/topics/visual-studio-code.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-coding](<https://devfeed.tech/tags/ai-coding.md>), [claude-code](<https://devfeed.tech/tags/claude-code.md>), [cursor](<https://devfeed.tech/tags/cursor.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [laravel-boost](<https://devfeed.tech/tags/laravel-boost.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [vs-code](<https://devfeed.tech/tags/vs-code.md>)

### AI overview

A beginner-oriented guide to adopting AI-assisted coding in Laravel projects with Laravel Boost. It covers choosing a compatible editor, installing Boost, connecting tools, and starting with small AI workflows.

### Source excerpt

If you haven't tried AI tools in your Laravel development, here are our AI coding tips to ease you into it.

## 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.