• Laravel
  • PHP
  • Javascript Validation – Use validation rules, messages, FormRequest and validators to validate forms in client-side

    Laravel Javascript Validation package allows to reuse your Laravel Validation RulesMessagesFormRequest and Validators to validate forms automatically in client side without need to write any Javascript code or use HTML Builder Class.

    You can validate forms automatically referencing it to your defined validations. The messages are loaded from your validations and translated according your Localization preferences.

    Supported versions

    • PHP 8.1 – 8.4
    • Laravel 10.x – 12.x

    Feature overview

    Supported Rules

    Almost all Validation Rules provided by Laravel and other packages are supported.

    Almost are validated in client-side using Javascript, but in some cases, the validation should to be done in server-side via AJAX:

    Unsupported Rules

    Some Laravel validations are not implemented yet.

    Github: https://github.com/proengsoft/laravel-jsvalidation

    Để lại một bình luận

    Email của bạn sẽ không được hiển thị công khai. Các trường bắt buộc được đánh dấu *

    1 mins