What problem does it solve?
This skill helps developers rapidly create production-ready, class-based Livewire v4 forms with built-in validation, loading states, and Flux UI integration for Laravel applications.
Core Features & Use Cases
- Validated Form Building: Scaffold class-based Livewire v4 forms that follow Laravel validation rules and provide consistent UX with Flux UI components.
- Loading & Error Handling: Built-in loading states on submit and comprehensive error feedback for robust user interactions.
- Real-World Use Case: Quickly implement data-entry forms for content creation, user management, or CRUD workflows in Laravel projects, with ready-to-use UI patterns and validation.
Quick Start
Use the Livewire form scaffold to generate a new form component, wire Blade templates with Flux UI fields, run composer install and npm install, then start the Laravel dev server and open the UI to test validation and loading states.