PHPackages                             bosunski/laravel-boost - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. bosunski/laravel-boost

ActiveLibrary

bosunski/laravel-boost
======================

Laravel Boost accelerates AI-assisted development by providing the essential context and structure that AI needs to generate high-quality, Laravel-specific code.

0376PHP

Since Sep 29Pushed 7mo agoCompare

[ Source](https://github.com/bosunski/laravel-boost)[ Packagist](https://packagist.org/packages/bosunski/laravel-boost)[ RSS](/packages/bosunski-laravel-boost/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

 [![Boost Logo Dark Mode](/art/boost-light-mode.svg#gh-light-mode-only)](/art/boost-light-mode.svg#gh-light-mode-only) [![Boost Logo Dark Mode](/art/boost-dark-mode.svg#gh-dark-mode-only)](/art/boost-dark-mode.svg#gh-dark-mode-only)

[![Build Status](https://github.com/laravel/boost/workflows/tests/badge.svg)](https://github.com/laravel/boost/actions)[![Total Downloads](https://camo.githubusercontent.com/3c8304547530ac1e7af60c2377126650c18601d1e8dd89ee5b27cc6f349dc288/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c61726176656c2f626f6f73743f763d31)](https://packagist.org/packages/laravel/boost)[![Latest Stable Version](https://camo.githubusercontent.com/ed55c55feb125d1a263d094a513c4e5e5a36645bbeed1eb2776d354874e9edd2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c61726176656c2f626f6f73743f763d31)](https://packagist.org/packages/laravel/boost)[![License](https://camo.githubusercontent.com/23b1190a02b72e9e53d7dd41a572fe907482f7dbc41413d016556f9286bfa8dd/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6c61726176656c2f626f6f73743f763d31)](https://packagist.org/packages/laravel/boost)

Introduction
------------

[](#introduction)

Laravel Boost accelerates AI-assisted development by providing the essential context and structure that AI needs to generate high-quality, Laravel-specific code.

At its foundation, Laravel Boost is an MCP server equipped with over 15 specialized tools designed to streamline AI-assisted coding workflows. The package includes composable AI guidelines specifically crafted for Laravel ecosystem packages, ensuring consistent and framework-appropriate code generation.

Boost also features a powerful Documentation API that combines a built-in MCP tool with an extensive knowledge base containing over 17,000 pieces of Laravel-specific information, all enhanced by semantic search capabilities using embeddings for precise, context-aware results.

Important

Laravel Boost is currently in beta and receives frequent updates as we refine features and expand capabilities.

Installation
------------

[](#installation)

Laravel Boost can be installed via Composer:

```
composer require laravel/boost --dev
```

Next, install the MCP server and coding guidelines interactively:

```
php artisan boost:install
```

OR non-interactively:

```
php artisan boost:install --agents=copilot,cursor --features=mcp_server,ai_guidelines --mcp-clients=vscode,cursor --style-guidelines --enforce-tests
```

Once Laravel Boost has been installed, you're ready to start coding with Cursor, Claude Code, or your AI agent of choice.

Available MCP Tools
-------------------

[](#available-mcp-tools)

NameNotesApplication InfoRead PHP &amp; Laravel versions, database engine, list of ecosystem packages with versions, and Eloquent modelsBrowser LogsRead logs and errors from the browserDatabase ConnectionsInspect available database connections, including the default connectionDatabase QueryExecute a query against the databaseDatabase SchemaRead the database schemaGet Absolute URLConvert relative path URIs to absolute so agents generate valid URLsGet ConfigGet a value from the configuration files using "dot" notationLast ErrorRead the last error from the application's log filesList Artisan CommandsInspect the available Artisan commandsList Available Config KeysInspect the available configuration keysList Available Env VarsInspect the available environment variable keysList RoutesInspect the application's routesRead Log EntriesRead the last N log entriesReport FeedbackShare Boost &amp; Laravel AI feedback with the team, just say "give Boost feedback: x, y, and z"Search DocsQuery the Laravel hosted documentation API service to retrieve documentation based on installed packagesTinkerExecute arbitrary code within the context of the applicationAvailable AI Guidelines
-----------------------

[](#available-ai-guidelines)

Laravel Boost includes AI guidelines for the following packages and frameworks. The `core` guidelines provide generic, generalized advice to the AI for the given package that is applicable across all versions.

PackageVersions SupportedCore &amp; BoostcoreLaravel Frameworkcore, 10.x, 11.x, 12.xLivewirecore, 2.x, 3.xFilamentcore, 4.xFlux UIcore, free, proHerdcoreInertia Laravelcore, 1.x, 2.xInertia Reactcore, 1.x, 2.xInertia Vuecore, 1.x, 2.xPestcore, 4.xPHPUnitcorePintcoreTailwind CSScore, 3.x, 4.xLivewire VoltcoreLaravel FoliocoreEnforce TestsconditionalAvailable Documentation
-----------------------

[](#available-documentation)

PackageVersions SupportedLaravel Framework10.x, 11.x, 12.xFilament2.x, 3.x, 4.xFlux UI2.x Free, 2.x ProInertia1.x, 2.xLivewire1.x, 2.x, 3.xNova4.x, 5.xPest3.x, 4.xTailwind CSS3.x, 4.xAdding Custom AI Guidelines
---------------------------

[](#adding-custom-ai-guidelines)

To augment Laravel Boost with your own custom AI guidelines, add `.blade.php` files to your application's `.ai/guidelines/*` directory. These files will automatically be included with Laravel Boost's guidelines when you run `boost:install`.

### Overriding Boost AI Guidelines

[](#overriding-boost-ai-guidelines)

You can override Boost's built-in AI guidelines by creating your own custom guidelines with matching file paths. When you create a custom guideline that matches an existing Boost guideline path, Boost will use your custom version instead of the built-in one.

For example, to override Boost's "Inertia React v2 Form Guidance" guidelines, create a file at `.ai/guidelines/inertia-react/2/forms.blade.php`. When you run `boost:install`, Boost will include your custom guideline instead of the default one.

Manually Registering the Boost MCP Server
-----------------------------------------

[](#manually-registering-the-boost-mcp-server)

Sometimes you may need to manually register the Laravel Boost MCP server with your editor of choice. You should register the MCP server using the following details:

**Command**`php`**Args**`artisan boost:mcp`JSON Example:

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

Contributing
------------

[](#contributing)

Thank you for considering contributing to Boost! The contribution guide can be found in the [Laravel documentation](https://laravel.com/docs/contributions).

Code of Conduct
---------------

[](#code-of-conduct)

In order to ensure that the Laravel community is welcoming to all, please review and abide by the [Code of Conduct](https://laravel.com/docs/contributions#code-of-conduct).

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](https://github.com/laravel/boost/security/policy) on how to report security vulnerabilities.

License
-------

[](#license)

Laravel Boost is open-sourced software licensed under the [MIT license](LICENSE.md).

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance44

Moderate activity, may be stable

Popularity12

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity15

Early-stage or recently created project

 Bus Factor1

Top contributor holds 64.9% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/cb3b5e6b0a837fdfc5fd192f4c8f3b3e2febab7ec553c5dd387653054b1a9554?d=identicon)[bosunski](/maintainers/bosunski)

---

Top Contributors

[![ashleyhindle](https://avatars.githubusercontent.com/u/454975?v=4)](https://github.com/ashleyhindle "ashleyhindle (430 commits)")[![pushpak1300](https://avatars.githubusercontent.com/u/31663512?v=4)](https://github.com/pushpak1300 "pushpak1300 (116 commits)")[![taylorotwell](https://avatars.githubusercontent.com/u/463230?v=4)](https://github.com/taylorotwell "taylorotwell (31 commits)")[![nunomaduro](https://avatars.githubusercontent.com/u/5457236?v=4)](https://github.com/nunomaduro "nunomaduro (25 commits)")[![petersuhm](https://avatars.githubusercontent.com/u/1430546?v=4)](https://github.com/petersuhm "petersuhm (13 commits)")[![bosunski](https://avatars.githubusercontent.com/u/15146515?v=4)](https://github.com/bosunski "bosunski (10 commits)")[![sagalbot](https://avatars.githubusercontent.com/u/692538?v=4)](https://github.com/sagalbot "sagalbot (4 commits)")[![alexdempster44](https://avatars.githubusercontent.com/u/59973761?v=4)](https://github.com/alexdempster44 "alexdempster44 (3 commits)")[![andreilungeanu](https://avatars.githubusercontent.com/u/95976259?v=4)](https://github.com/andreilungeanu "andreilungeanu (3 commits)")[![mateusjatenee](https://avatars.githubusercontent.com/u/10816999?v=4)](https://github.com/mateusjatenee "mateusjatenee (3 commits)")[![calebdw](https://avatars.githubusercontent.com/u/4176520?v=4)](https://github.com/calebdw "calebdw (2 commits)")[![crynobone](https://avatars.githubusercontent.com/u/172966?v=4)](https://github.com/crynobone "crynobone (2 commits)")[![felipeArnold](https://avatars.githubusercontent.com/u/44820260?v=4)](https://github.com/felipeArnold "felipeArnold (2 commits)")[![yitzwillroth](https://avatars.githubusercontent.com/u/213857945?v=4)](https://github.com/yitzwillroth "yitzwillroth (2 commits)")[![spoyntersmith](https://avatars.githubusercontent.com/u/22387308?v=4)](https://github.com/spoyntersmith "spoyntersmith (2 commits)")[![zdearo](https://avatars.githubusercontent.com/u/110416695?v=4)](https://github.com/zdearo "zdearo (1 commits)")[![andrey-helldar](https://avatars.githubusercontent.com/u/10347617?v=4)](https://github.com/andrey-helldar "andrey-helldar (1 commits)")[![balu-lt](https://avatars.githubusercontent.com/u/7798162?v=4)](https://github.com/balu-lt "balu-lt (1 commits)")[![christophrumpel](https://avatars.githubusercontent.com/u/1394539?v=4)](https://github.com/christophrumpel "christophrumpel (1 commits)")[![eduardocruz](https://avatars.githubusercontent.com/u/161669?v=4)](https://github.com/eduardocruz "eduardocruz (1 commits)")

### Embed Badge

![Health badge](/badges/bosunski-laravel-boost/health.svg)

```
[![Health](https://phpackages.com/badges/bosunski-laravel-boost/health.svg)](https://phpackages.com/packages/bosunski-laravel-boost)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
