livewire-form-object
Installation
SKILL.md
When to use me
- When form logic needs to be reused across multiple components
- When forms are large and need better organization
- When the same form is used in different contexts (create vs edit)
Initial Setup
php artisan livewire:form ModelFormObject
namespace App\Livewire\Forms;