What problem does it solve?
Manually creating Filament resources, including forms, tables, and associated logic, is repetitive and prone to inconsistencies. This skill automates the scaffolding process, generating a complete Filament resource that adheres to project-specific coding standards, Vietnamese UI, and integrates essential features like image management and SEO observers.
Core Features & Use Cases
- Automated Resource Creation: Generate Filament resources with correct namespace imports (
Schemas for layouts, Forms for fields), Vietnamese labels, and standard structure.
- Integrated Features: Automatically sets up navigation badges, eager loading for relationships, reorderable tables, and integrates
ImagesRelationManager for galleries.
- Observer Pattern Setup: Guides you to create and register model observers for auto-generating SEO fields (slug, meta_title, meta_description) and managing images.
- Use Case: You need to add a new
Product entity to the admin panel. Use this skill to generate the ProductResource, pre-configured with the project's UI standards, image gallery support, and automatic SEO field generation, saving significant development time.
Quick Start
Generate a new Filament resource for a Category model, including support for an image gallery and automatic SEO fields.