Skip to content

Instantly share code, notes, and snippets.

@steffen-wirth
Last active May 4, 2026 12:45
Show Gist options
  • Select an option

  • Save steffen-wirth/a273bfacfc4bf776b79cbb16bb8d70a3 to your computer and use it in GitHub Desktop.

Select an option

Save steffen-wirth/a273bfacfc4bf776b79cbb16bb8d70a3 to your computer and use it in GitHub Desktop.
# https://github.com/laravel/agent-skills
/plugin marketplace add laravel/agent-skills
/plugin install laravel@laravel
/plugin install laravel-cloud@laravel
/plugin install laravel-nightwatch@laravel
# Laravel Boost (Offiziell/MCP): Ein MCP-Server (Model Context Protocol), der Claude Code direkten Zugriff auf die Laravel-Anwendung gibt,
# um Artisan-Befehle auszuführen, Eloquent-Abfragen zu generieren und die Dokumentation zu durchsuchen. Installation via Composer:
composer require laravel/boost --dev
php artisan boost:install
# https://laravel.com/ai/boost
claude mcp add -s local -t stdio laravel-boost php artisan boost:mcp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment