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;
Installs
2
First Seen
Jun 19, 2026
livewire-index-component — naykel76/gotime_site