repocrypts / Validator

Client-side javascript validator library ports from Laravel 5.2
MIT License
46 stars 22 forks source link

Add src, docs, and tests for extending validator with custom rules #6

Closed sjones6 closed 7 years ago

sjones6 commented 7 years ago

Hey @ratiw : thanks for a nice package. I'm a big fan of Laravel's validation.

I've added in an extend method so that users can write custom validation rules. Pretty close the version available in Laravel 5.2.

What do you think?

ratiw commented 7 years ago

Thanks, guys! :)