Laravel Boost accelerates your AI development with customized tools

Diego Cortés
Diego Cortés
September 15, 2025
Laravel Boost accelerates your AI development with customized tools

Laravel Boost is presented as a revolutionary starter kit for developers looking to optimize their coding processes in artificial intelligence (AI). This tool facilitates application development by providing the context and structure needed to generate high-quality Laravel-specific code.

What does Laravel Boost offer?

Laravel Boost acts as an MCP server that includes over 15 specialized tools designed to enhance AI-assisted coding workflows. This package features AI guidelines specifically composed for packages within the Laravel ecosystem, ensuring that code generation adheres to the framework's consistency and standards.

Additionally, Laravel Boost incorporates a powerful Documentation API that combines an integrated MCP tool with a vast knowledge base of over 17,000 elements related to Laravel. This knowledge base is enhanced by semantic search capabilities using embeddings, allowing for precise and contextualized results when searching for information.

Key Features

It is important to note that Laravel Boost is currently in beta and receives frequent updates as its features are refined and its capabilities expanded.

Simple Installation

Installing Laravel Boost is a straightforward process that can be done using Composer with the following command:

composer require laravel/boost --dev

After that, the MCP server and coding guidelines should be installed:

php artisan boost:install

Once the installation is complete, developers can begin coding using tools like Cursor, Claude Code, or any AI agent of their choice.

Available MCP Tools

Laravel Boost includes various MCP tools that facilitate multiple aspects of development:

  • Application Information: Check PHP and Laravel versions, database engine, list of ecosystem packages with their versions, and Eloquent models.
  • Browser Logs: Access logs and errors from the browser.
  • Database Connections: Inspect available database connections, including the default connection.
  • Database Query: Execute queries against the database.
  • Database Schema: Read the database schema.
  • Getting Absolute URLs: Converts relative route URIs to absolute ones for agents to generate correct URLs.
  • Configuration Value Retrieval: Retrieves a value from configuration files using "dot" notation.
  • Last Error: Check the last error recorded in the application log files.
  • Available Artisan Commands: Inspect available Artisan commands.
  • Available Configuration Keys: View available configuration keys.
  • Available Environment Variables: Inspect the keys of environment variables.
  • Available Routes: Inspect the application's routes.
  • Read Log Entries: Access the last N log entries.
  • Feedback Report: Allows sharing feedback about Boost and Laravel AI with the team.
  • Documentation Search: Consult the hosted documentation API service to retrieve information based on installed packages.
  • Tinker: Execute arbitrary code within the context of the application.

Available AI Guidelines

Laravel Boost also provides AI guidelines for the following packages and frameworks. Basic guidelines offer general advice applicable across all versions of the packages:

Supported Packages and Versions


Package Supported Versions
| Core & Boost  | core
| Laravel Framework  | core, 10.x, 11.x, 12.x
| Livewire  | core, 2.x, 3.x
| Flux UI  | core, free, pro
| Herd  | core
| Inertia Laravel  | core, 1.x, 2.x
| Inertia React  | core, 1.x, 2.x
| Inertia Vue  | core, 1.x, 2.x
| Pest  | core, 4.x
| PHPUnit  | core
| Pint  | core
| TailwindCSS  | core, 3.x, 4.x
| Livewire Volt  | core
| Laravel Folio  | core
| Enforce Tests  | conditional

Available Documentation

Documentation is provided for multiple packages and their respective versions, ensuring that developers always have access to up-to-date resources:


Package Supported Versions
| Laravel Framework  | 10.x, 11.x, 12.x
| Flux UI  | 2.x Free, 2.x Pro
| Inertia  | 1.x, 2.x
| Livewire  | 1.x, 2.x, 3.x
| Pest  | 3.x, 4.x
| Tailwind CSS  | 3.x, 4.x

Adding Custom AI Guidelines

To enrich Laravel Boost with custom AI guidelines, .blade.php files can be added to the .ai/guidelines/* directory of the application. These guidelines will be automatically included with Laravel Boost’s guidelines when the boost:install command is executed.

Manual Registration of the Boost MCP Server

There may be occasions when it is necessary to manually register the Laravel Boost MCP server in the chosen editor. To do this, the following configuration should be used:

{
    "mcpServers": {
        "laravel-boost": {
            "command": "php",
            "args": ["./artisan", "boost:mcp"]
        }
    }
}

Contributions and Code of Conduct

Laravel Boost invites the community to contribute, and the contribution guide is available in the Laravel documentation. To ensure a welcoming environment, the Code of Conduct should be reviewed and adhered to.

Security Vulnerabilities

It is advised to review the security policy for information on reporting security vulnerabilities.

License

Laravel Boost is open-source software under the MIT license.

In summary, Laravel Boost represents a powerful solution for developers looking to accelerate their work in creating AI-assisted applications. With a combination of specific tools, appropriate implementation guidelines, and a robust knowledge base, users can significantly enhance their workflow and productivity.

For more information and updates about Laravel Boost, feel free to keep exploring more on my blog.

Article information

Published: September 15, 2025
Category: Laravel Tutorials
Reading time: 5-8 minutes
Difficulty: Intermediate

Key tips

1

Take your time to understand each concept before moving on to the next one.

2

Practice the examples in your own development environment for better understanding.

3

Don't hesitate to review the additional resources mentioned in the article.

Diego Cortés
Diego Cortés
Full Stack Developer, SEO Specialist with Expertise in Laravel & Vue.js and 3D Generalist

Frequently Asked Questions

Categories

Page loaded in 26.83 ms