Interested in generating passive income? Join our partnership program and receive a commission on each new client referral. Learn more.
4 min read
Interested in generating passive income? Join our partnership program and receive a commission on each new client referral. Learn more.
AI is becoming a bigger part of the developer’s workflow every day, and Laravel just took a step to make that relationship even more seamless. At Laracon US, Ashley Hindle introduced Laravel Boost - a brand-new package built to give AI real Laravel superpowers.
We’ve all seen the problem: AI assistants can generate code fast, but too often it’s hallucinated methods, outdated docs, or vague suggestions that don’t quite fit a Laravel project. Laravel Boost tackles that head-on. With 15+ tools, version-specific documentation, and curated coding guidelines, it helps your AI stay grounded in the Laravel ecosystem, so instead of breaking your flow, it actually keeps you in it.
In this article, we’ll walk through what Laravel Boost is, how to install it (spoiler: it’s as simple as a Composer command), explore its toolbox, and share our take on what this could mean for Laravel developers moving forward.
At its core, Boost is an MCP (Model Context Protocol) server built just for Laravel.
It’s aimed at developers who want to:
The result is smarter code suggestions, faster problem-solving, and fewer headaches.
First of all, install Boost via Composer:
```
composer require laravel/boost --dev
```
Run the install command:
```
php artisan boost:install
```
Then you are just choosing the IDE, and everything gets configured magically. It's dead simple:
It added two files to my project:
That’s it. You’re ready to code with AI guidance baked into your Laravel project.
Boost ships with a toolbox of 15 handy utilities your AI agent can use. Here’s the breakdown:
💡 Example: Imagine asking your AI assistant: “Generate a migration based on my current users schema.” Boost lets it inspect the schema first, then build the migration correctly - no guessing.
One of the most useful parts of Laravel Boost is its built-in AI guidelines.
These are pre-curated rule files that tell AI exactly how to behave inside Laravel projects. They cover:
When you run boost:install, it automatically detects which stack you’re using and merges the right guidelines into one neat file.
For example, with a fresh Laravel project, Boost combined guidelines for:
Instead of manually tweaking Copilot instructions, Boost handles it automatically and keeps everything in sync.
In practice, the MCP server sometimes requires explicit instructions to trigger certain tools (like “query docs” or “list routes”). However, there are cases where it can act on its own, for instance, when asked about rate limiting, it automatically searched the documentation and provided a solid answer. Here is a tool use example from VS Code:
Over time, the AI guidelines have proven to be the standout feature. For developers working with Laravel and AI agents, having well-structured, pre-defined rules is a real game changer. Previously, these guidelines had to be maintained manually, often with mixed results. With Laravel Boost, the process is far more reliable.
Most importantly, the results speak for themselves: the generated code feels cleaner, more aligned with best practices, and noticeably less error-prone.
Laravel Boost isn’t just another package - it feels like the start of a new way for developers to work with AI in Laravel. With its 15 built-in tools, version-aware documentation, and smart guidelines that install in a single command, Boost gives your AI assistant the context it’s always been missing.
Sure, it’s still early and there’s plenty of room for it to grow. But even now, it already saves time, produces cleaner code, and makes development feel more seamless. It’s a meaningful first step toward truly blending AI with Laravel - the framework that’s all about productivity.
Why not give it a try? Install Boost, connect your AI agent, and see how it changes your workflow.
We are a 200+ people agency and provide product design, software development, and creative growth marketing services to companies ranging from fresh startups to established enterprises. Our work has earned us 100+ international awards, partnerships with Laravel, Vue, Meta, and Google, and the title of Georgia’s agency of the year in 2019 and 2021.