livewire-resource-config

Installation
SKILL.md

When to use me

  • Setting up a new model that needs Livewire components
  • Changing index behaviour (columns, buttons, search, sorting)
  • Configuring form fields and actions
  • Before scaffolding any Livewire components that rely on resource config

Base Configuration

  • Always use the full Eloquent model class for the model key
  • routePrefix is only required for full-page components and may be omitted otherwise
  • Only add buttons, search, or sorting when explicitly required
  • If columns are explicitly defined, use them exactly as provided
  • If no columns are defined, make sensible assumptions based on the model
  • Only define options that are needed; do not invent configuration
  • Remove example comments when creating for production use
Installs
2
First Seen
Jun 22, 2026
livewire-resource-config — naykel76/gotime_site