Loading...
Loading...
Reference FilamentPHP v4 documentation for patterns, methods, and implementation examples
npx skill4agent add mwguerra/claude-code-plugins filament-docs/home/mwguerra/projects/mwguerra/claude-code-plugins/filament-specialist/skills/filament-docs/references/references/
├── actions/ # Action buttons and modals
│ └── *.md # Action types and configurations
├── forms/ # Form components
│ └── *.md # All form field types
├── general/
│ ├── 01-introduction/ # Getting started, installation
│ ├── 03-resources/ # CRUD resources
│ ├── 06-navigation/ # Menu and navigation
│ ├── 07-users/ # Auth and permissions
│ ├── 08-styling/ # Themes and CSS
│ ├── 09-advanced/ # Advanced patterns
│ ├── 10-testing/ # Testing guide
│ ├── 11-plugins/ # Plugin development
│ └── 12-components/ # UI components
├── infolists/ # Infolist entries
│ └── *.md # Display components
├── notifications/ # Notification system
│ └── *.md # Toast and DB notifications
├── schemas/ # Schema validation
│ └── *.md # Schema patterns
├── tables/ # Table components
│ ├── 02-columns/ # Column types
│ └── 03-filters/ # Filter types
└── widgets/ # Dashboard widgets
└── *.md # Widget types| Topic | Directory |
|---|---|
| Resource creation | |
| Form fields | |
| Table columns | |
| Table filters | |
| Actions | |
| Widgets | |
| Infolists | |
| Testing | |
| Styling | |
| Navigation | |
| Auth/Permissions | |
| Plugin Development | |
forms/tables/02-columns/