Skip to content
albertmoreno edited this page Mar 17, 2015 · 41 revisions

This package allows to reuse your Laravel Validation Rules, Messages, FormRequest and Validators to validate forms via Javascript transparently.

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

Feature overview

  • Automatic creation of javascript validation based on your Validation Rules, Messages, FormRequest and Validators.
  • The package uses Jquery Validation Plugin bundled in provided script.
  • Unobtrusive integration, you can use independently of Laravel Form Builder. and no Javascript coding required.
  • Uses Laravel Localization to translate messages.
  • Can be configured in controllers or views.

Supported Rules

All Laravel validations rules ar supported with this exceptions:

Exist

The Exist rule always return true due remote validations are not yet implemmented.

Active URL

The Active URL rule only checks if URL is valid, not check if URL is active. This is because client has network visibility different than the server

Clone this wiki locally