ami.mebrouki/livewire-inline-validation

A Livewire plugin for inline validation.

v1.1.0 2024-10-19 16:48 UTC

This package is auto-updated.

Last update: 2025-07-19 18:46:46 UTC


README

Latest Version on Packagist Total Downloads License

This package allows you to easily implement inline validation in your Livewire components using the wire:rules attribute directly in the HTML. It dynamically validates fields as they are updated, providing an effortless way to manage frontend validation rules.

Features

  • Dynamic validation: Attach validation rules directly to input elements using wire:rules.
  • Auto error handling: Automatically manages error messages when validation fails.
  • Simple integration: Just use the WithInlineValidation trait in your Livewire components.