Skip to content
albertmoreno edited this page Dec 29, 2015 · 41 revisions

Laravel 5 Javascript Validation

Latest Stable Version Total Downloads Latest Unstable Version License

This package allows to reuse your Laravel Validation Rules, Messages, FormRequest and Validators to validate forms transparently 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.

Feature overview

Supported Rules

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: