Last active
May 4, 2026 12:45
-
-
Save steffen-wirth/a273bfacfc4bf776b79cbb16bb8d70a3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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