Livewire Validation
Livewire makes it easy to validate user input and show feedback in real-time. It builds on Laravel's validation, so you can use what you already know with some extra features.
The plugin provides autocompletion and go-to-declaration for all laravel validation rules in your livewire component.
And it also enables rule validation completion and go-to-declaration in the livewire #[Validate]
attribute.
Property completion in livewire validation
It provides autocompletion and go-to-declaration for properties used in Livewire validation rules and in livewire #[Validate]
attribute.