- Replace the
art/logo.svg
with the new package logo- Replace the
public/favicon.ico
with the new package favicon (optional)- Write a great README
Laravel Boost gives you a jump-start with AI assisted coding by making it simple to add everything you need to help AI make good choices.
Core features:
- MCP server with 15+ tools
- Composable AI guidelines for ecosystem packages
- Documentation API with built-in MCP tool
Other features:
- Browser logs streamed to
log/storage/browser.log
Important
Boost is in Beta and will be updated frequently.
Add the package
composer require laravel/boost --dev
Install the MCP server & guidelines
php artisan boost:install
You're ready to go!
You can optionally publish the Boost config:
TODO: the command that allows that
Name | Notes |
---|---|
Application Info | Shares PHP & Laravel versions, database engine, list of ecosystem packages with versions, and Eloquent models. |
Browser Logs | Read logs & errors from the browser |
Database Connections | List database connections, and the default |
Database Query | |
Database Schema | |
Get Absolute Url | Converts relative path to absolute so AI doesn't give you invalid URLs |
Get Config | Get specific value from config using dot notation |
Last Error | From the log files |
List Artisan Commands | |
List Available Config Keys | |
List Available Env Vars | Keys only |
List Routes | Regular & folio routes are combined. Ability to filter routes too |
Read Log Entries | Last X entries |
Report Feedback | Share Boost & Laravel AI feedback with the team, just say "give Boost feedback: x, y, and z" |
Search Docs | Use hosted API service to retrieve docs based on installed packages |
Tinker | Run arbitrary code within the context of the project |
Add .blade.php
files to .ai/guidelines/*
in your project, and they'll be included as part of boost:install
.
Documentation for Boost can be found on the Laravel website.
Thank you for considering contributing to Boost! The contribution guide can be found in the Laravel documentation.
In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.
Please review our security policy on how to report security vulnerabilities.
Laravel AI Assistant is open-sourced software licensed under the MIT license.