By bramato
Scaffold Laravel services with the Service Provider pattern (Model, DTO, Service, Controller, Policy, Migration, Test) and build React frontends with Inertia.js. Includes spec-driven development workflow with human approval gates for complex features.
Create a professional git commit following Conventional Commits, filtering out internal artifacts
Debug Laravel backend or React frontend issues with structured diagnosis across the full stack
Deploy your Laravel + Inertia + React application with pre-flight checks, build steps, and post-deploy verification
Generate a technical design document from approved requirements — architecture, API, database, components, security, and test strategy
Execute implementation tasks from the task list with mandatory context gathering and design compliance
Design RESTful APIs with Laravel following best practices for resource naming, HTTP methods, status codes, pagination, filtering, error responses, and versioning. Use when creating API endpoints, designing response formats, implementing pagination or filtering, handling API errors, or versioning your API. Also covers Inertia route conventions for monolith apps. Triggers on API endpoint, REST, route design, pagination, filtering, error response, or CORS.
Implement authentication with Laravel Sanctum and authorization with Policies and Gates. Use when setting up login/registration, implementing API token auth, SPA cookie auth, creating policies, defining gates, or building role-based access control. Triggers on authentication, authorization, login, Sanctum, policy, gate, RBAC, permission, or middleware.
Design database schemas with Laravel migrations, Eloquent relationships, and indexing strategies. Use when creating migrations, designing table schemas, defining relationships between models, optimizing queries with indexes, or planning database architecture. Triggers on migration, database schema, table design, foreign key, index, relationship, Eloquent, or query optimization.
Use when setting up deployment pipelines, Docker environments, CI/CD, or server configuration for Laravel + React applications. Covers Docker Compose, GitHub Actions, Laravel Forge, Laravel Vapor, zero-downtime deployments, and monitoring.
Use when implementing error handling, exception management, error boundaries, or structured error responses across Laravel and React. Covers custom exceptions, API error formats, React Error Boundaries, form validation errors, and logging strategies.
External network access
Connects to servers outside your machine
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Plugins that turn Claude into a Laravel full-stack development partner. Built for Cowork, also compatible with Claude Code.
| Plugin | Description |
|---|---|
| laravel-react | Build full-stack Laravel + React applications with the Service Provider pattern and Inertia.js. Includes 15 commands and 10 skills covering scaffolding, spec-driven development, testing, debugging, code review, and deployment. |
Install plugins from claude.com/plugins.
# Add the marketplace
claude plugin marketplace add <your-org>/laravel-plugins
# Install the plugin
claude plugin install laravel-react@laravel-plugins
The laravel-react plugin provides:
15 Commands covering three areas:
| Area | Commands |
|---|---|
| Spec-Driven Workflow | /spec, /design, /plan-tasks, /implement, /commit |
| Scaffolding | /scaffold-service, /make-api, /make-component, /make-migration, /sync-types, /seed-data |
| Quality & Operations | /test, /debug, /review, /deploy |
10 Skills with deep reference material:
| Skill | What it covers |
|---|---|
spec-driven-development | Kiro workflow, EARS syntax, approval gates, spec templates |
service-provider-architecture | Model, DTO, Service, Controller, Policy patterns |
react-patterns | Inertia.js pages, component architecture, hooks, state |
api-design | RESTful conventions, pagination, filtering, Sanctum auth |
database-design | Migrations, Eloquent relationships, indexing, transactions |
auth-and-authorization | Sanctum, Policies, Gates, RBAC |
testing-strategies | Pest/PHPUnit + Vitest/RTL testing pyramid |
error-handling | Exceptions, Error Boundaries, logging |
performance-optimization | Query optimization, caching, React.memo, code splitting |
deployment-and-devops | Docker, CI/CD, Forge, Vapor, zero-downtime deploys |
See the full laravel-react README for detailed documentation.
Every plugin follows the same structure:
plugin-name/
├── .claude-plugin/plugin.json # Manifest
├── .mcp.json # Tool connections
├── CONNECTORS.md # Tool placeholder reference
├── commands/ # Slash commands you invoke explicitly
└── skills/ # Domain knowledge Claude draws on automatically
/laravel-react:scaffold-service).Everything is file-based — markdown and JSON, no code, no infrastructure, no build steps.
To add a new plugin for a different Laravel stack (e.g., laravel-vue, laravel-livewire):
.claude-plugin/marketplace.jsonPlugins are just markdown files. Fork the repo, make your changes, and submit a PR.
npx claudepluginhub bramato/laravel-react-plugins --plugin laravel-reactLaravel development toolkit MCP server. Provides intelligent assistance for Laravel applications including Artisan commands, Eloquent queries, routing, migrations, and framework-specific code generation.
Specialized Claude Code subagents and skills for Laravel development — architecture, Eloquent, API, testing, security, performance, debugging, and more.
Laravel-focused skills for Claude Code: TDD (Pest/PHPUnit), migrations, queues, quality checks (Pint/Insights), and pragmatic architecture patterns — Sail and non-Sail compatible.
Production-grade rules and workflows for Laravel REST APIs built with essa/api-tool-kit. 21 rule files and 8 guided workflows covering every layer of a Laravel API including DDD support.
Expert Laravel 12 + PHP 8.5 with SOLID principles, Eloquent, Livewire, and comprehensive documentation
PHP and WordPress development capabilities