mirror of
https://github.com/anthropics/claude-plugins-official.git
synced 2026-01-30 04:22:03 +00:00
644 B
644 B
Laravel Boost Plugin
Laravel development toolkit MCP server for Claude Code.
What It Does
Provides over 15 specialized tools for Laravel development including Artisan commands, Eloquent queries, routing, migrations, and framework-specific code generation.
Prerequisites
- Laravel project with Boost installed
- PHP installed
Setup
-
Install Laravel Boost in your project:
composer require laravel/boost php artisan boost:install -
The MCP server is automatically registered during installation
Learn More
See Laravel Boost GitHub for detailed documentation.