Back to Plugins

Laravel Boost

Laravel development toolkit MCP server. Intelligent assistance for Laravel applications including Artisan commands, Eloquent queries, routing, migrations, and framework-specific code generation.

laravelphpframeworkbackendofficial

Installation

claude plugins add laravel-boost@claude-plugins-official

Configuration

{
  "enabledPlugins": {
    "laravel-boost@claude-plugins-official": true
  }
}

Commands

/artisanRun Laravel Artisan commands
/eloquentGenerate Eloquent models and relationships
/migrateCreate and run database migrations
/routeGenerate routes and controllers

How to install

  1. Open Claude Code in your terminal
  2. Run the installation command above
  3. The plugin will be enabled automatically
  4. Use the plugin's features in your Claude Code sessions
View source on GitHub