mirror of
https://github.com/anthropics/claude-plugins-official.git
synced 2026-02-02 20:43:37 +00:00
creating intital scaffolding for claude code plugins
This commit is contained in:
26
external_plugins/laravel-boost/README.md
Normal file
26
external_plugins/laravel-boost/README.md
Normal file
@@ -0,0 +1,26 @@
|
||||
# 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
|
||||
|
||||
1. Install Laravel Boost in your project:
|
||||
```bash
|
||||
composer require laravel/boost
|
||||
php artisan boost:install
|
||||
```
|
||||
|
||||
2. The MCP server is automatically registered during installation
|
||||
|
||||
## Learn More
|
||||
|
||||
See [Laravel Boost GitHub](https://github.com/laravel/boost) for detailed documentation.
|
||||
Reference in New Issue
Block a user