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
modelkey routePrefixis 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