What problem does it solve?
This Skill helps you build, debug, and optimize Livewire features in Laravel without guessing at component conventions, reactivity behavior, or version-specific pitfalls.
Core Features & Use Cases
- Component creation and conversion: Create single-file, multi-file, class-based, and namespaced Livewire components, then convert between formats when the project structure changes.
- Reactivity and UI behavior: Solve common issues with wire directives, loading states, drag-and-drop sorting, validation, scroll behavior, and component re-rendering.
- Livewire 3 to 4 guidance: Navigate configuration changes, new JavaScript interception patterns, islands, async actions, and updated component APIs.
- Testing and performance: Verify component behavior with Livewire tests and apply best practices for keys, polling, and efficient updates.
- Use case: A Laravel team can use this Skill to implement a real-time form, fix a broken wire:model interaction, and migrate an existing dashboard component to the newest Livewire conventions.
Quick Start
Ask the assistant to help you create, fix, test, or migrate a Livewire component in your Laravel app.