claudeindex
Plugin

laravel

Opinionated Laravel 13 + Filament 5 + Pest 4 engineering conventions, applied by default on Laravel projects: artisan-first file creation, Eloquent/migration/queue/scheduler patterns, fail-closed multi-tenancy, parallel-safe tests, and a strict Filament 5 UI standard (schemas organized with sections/fieldsets, navigation groups, relation managers on real relations, delete on the list table not the edit page, create/edit redirect to the list, a user-menu settings page, native auth with optional authenticator-app 2FA, and no public registration). Trigger-loaded guidance, grounded in real Filament 5.6 source; composes with maestro's stack-agnostic discipline.

Installation

1

Add the marketplace

/plugin marketplace add mwguerra/plugins
2

Install plugins

/plugin

Run these commands in Claude Code to add this plugin to your environment. The marketplace must be added before you can install its plugins.