2017-25 © Pedro Peláez
 

library laravel-jsvalidation

Validate forms transparently with Javascript reusing your Laravel Validation Rules, Messages, and FormRequest

image

minkbear/laravel-jsvalidation

Validate forms transparently with Javascript reusing your Laravel Validation Rules, Messages, and FormRequest

  • Wednesday, November 23, 2016
  • by minkbear
  • Repository
  • 1 Watchers
  • 0 Stars
  • 418 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 116 Forks
  • 0 Open issues
  • 24 Versions
  • 15 % Grown

The README.md

Laravel 5 Javascript Validation

Latest Version Build Status Code Coverage Quality Score Total Downloads, (*1)

Laravel Javascript Validation package allows to reuse your Laravel Validation Rules, Messages, FormRequest and Validators to validate forms automatically in client side without need to write any Javascript code or use HTML Builder Class., (*2)

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

Feature overview

Supported Rules

Almost all Validation Rules provided by Laravel and other packages are supported., (*4)

Almost are validated in client-side using Javascript, but in some cases, the validation should to be done in server-side via AJAX: - ActiveURL - Unique - Exists - Custom Validation Rules - Validations provided by other packages, (*5)

Unsupported Rules and Features

Some Laravel features and validations are not implemented yet. Pull Requests are welcome!, (*6)

  • ~~Validating Arrays using wildcards ['person.*.email' => 'email|unique:users'] is not supported. #139~~ (supported in *master* branch)
  • Distinct rule
  • Present rule
  • InArray rule
  • DateFormat rule don't support timezone format

Getting started

The easiest way to create Javascript validations is using Laravel Form Request Validation., (*7)

Installation

Follow the Installation Guide to install the package. The default config shlould work out-of-box, (*8)

Validating Form Request

Call JsValidator Facade in your view to validate any FormRequest, (*9)



< form> < form> {!! JsValidator::formRequest('App\Http\Requests\MyFormRequest') !!}

Take a look to Basic Usage or Examples to get more information., (*10)

Documentation

To get more info refer to Project Wiki, (*11)

License

The MIT License (MIT). Please see License File for more information., (*12)

The Versions

23/11 2016

dev-master

9999999-dev https://github.com/proengsoft/laravel-jsvalidation

Validate forms transparently with Javascript reusing your Laravel Validation Rules, Messages, and FormRequest

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel jquery form validator validation javascript proengsoft

13/03 2016

dev-develop

dev-develop https://github.com/proengsoft/laravel-jsvalidation

Validate forms transparently with Javascript reusing your Laravel Validation Rules, Messages, and FormRequest

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel jquery form validator validation javascript proengsoft

22/01 2016

dev-hotfix/issue131

dev-hotfix/issue131 https://github.com/proengsoft/laravel-jsvalidation

Validate forms transparently with Javascript reusing your Laravel Validation Rules, Messages, and FormRequest

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel jquery form validator validation javascript proengsoft

16/01 2016

dev-testing-all-laravel-versions

dev-testing-all-laravel-versions https://github.com/proengsoft/laravel-jsvalidation

Validate forms transparently with Javascript reusing your Laravel Validation Rules, Messages, and FormRequest

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel jquery form validator validation javascript proengsoft

16/01 2016

dev-analysis-z9MYaz

dev-analysis-z9MYaz https://github.com/proengsoft/laravel-jsvalidation

Validate forms transparently with Javascript reusing your Laravel Validation Rules, Messages, and FormRequest

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel jquery form validator validation javascript proengsoft

04/01 2016

v1.3.1

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

Validate forms transparently with Javascript reusing your Laravel Validation Rules, Messages, and FormRequest

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel jquery form validator validation javascript proengsoft

30/12 2015

v1.3.0

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

Validate forms transparently with Javascript reusing your Laravel Validation Rules, Messages, and FormRequest

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel jquery form validator validation javascript proengsoft

07/10 2015

dev-issue-85

dev-issue-85 https://github.com/proengsoft/laravel-jsvalidation

Validate forms transparently with Javascript reusing your Laravel Validation Rules, Messages, and FormRequest

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel jquery form validator validation javascript proengsoft

30/09 2015

v1.2.0

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

Validate forms transparently with Javascript reusing your Laravel Validation Rules, Messages, and FormRequest

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel jquery form validator validation javascript proengsoft

20/09 2015

v1.2.0rc1

1.2.0.0-RC1 https://github.com/proengsoft/laravel-jsvalidation

Validate forms transparently with Javascript reusing your Laravel Validation Rules, Messages, and FormRequest

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel jquery form validator validation javascript proengsoft

10/09 2015

v1.1.4

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

Validate forms transparently with Javascript reusing your Laravel Validation Rules, Messages, and FormRequest

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel jquery form validator validation javascript proengsoft

07/09 2015

v1.1.3

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

Validate forms transparently with Javascript reusing your Laravel Validation Rules, Messages, and FormRequest

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel jquery form validator validation javascript proengsoft

05/09 2015

v1.1.2

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

Validate forms transparently with Javascript reusing your Laravel Validation Rules, Messages, and FormRequest

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel jquery form validator validation javascript proengsoft

14/08 2015

v1.1.1

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

Validate forms transparently with Javascript reusing your Laravel Validation Rules, Messages, and FormRequest

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel jquery form validator validation javascript proengsoft

11/08 2015

dev-release-1_0@dev

dev-release-1_0@dev https://github.com/proengsoft/laravel-jsvalidation

Validate forms transparently with Javascript reusing your Laravel Validation Rules, Messages, and FormRequest

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel jquery form validator validation javascript proengsoft

11/08 2015

v1.0.6

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

Validate forms transparently with Javascript reusing your Laravel Validation Rules, Messages, and FormRequest

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel jquery form validator validation javascript proengsoft

10/08 2015

v1.1.0

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

Validate forms transparently with Javascript reusing your Laravel Validation Rules, Messages, and FormRequest

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel jquery form validator validation javascript proengsoft

13/06 2015

v1.0.5

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

Validate forms transparently with Javascript reusing your Laravel Validation Rules, Messages, and FormRequest

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel jquery form validator validation javascript proengsoft

09/05 2015

v1.0.4

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

Validate forms transparently with Javascript reusing your Laravel Validation Rules, Messages, and FormRequest

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel jquery form validator validation javascript proengsoft

11/04 2015

v1.0.3

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

Validate forms transparently with Javascript reusing your Laravel Validation Rules, Messages, and FormRequest

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel jquery form validator validation javascript proengsoft

25/03 2015

v1.0.2

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

Validate forms transparently with Javascript reusing your Laravel Validation Rules, Messages, and FormRequest

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel jquery form validator validation javascript proengsoft

17/03 2015

v1.0.1

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

Validate forms transparently with Javascript reusing your Laravel Validation Rules, Messages, and FormRequest

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel jquery form validator validation javascript proengsoft

17/03 2015

v1.0.0

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

Validate forms transparently with Javascript reusing your Laravel Validation Rules, Messages, and FormRequest

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel jquery form validator validation javascript proengsoft

17/03 2015

v1.0.0-rc1

1.0.0.0-RC1 https://github.com/proengsoft/laravel-jsvalidation

Validate forms with Javascript using your own FormRequest and Validators

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel validator validation jquery validation proengsoft