livewire-index-component
Installation
SKILL.md
When to use me
- Creating a listing/index page for a resource
- Building the main entry point for browsing records
- User asks for searchable, sortable, or paginated lists
Related skills
- livewire-resource-config
- livewire-form-component
Implementation
Base structure
use App\Models\Model;
use Naykel\Gotime\Livewire\BaseIndex;