laracasts / Validation

Easy form validation.
https://packagist.org/packages/laracasts/validation
MIT License
150 stars 37 forks source link

add getValidator() #4

Open Weeblewonder opened 10 years ago

Weeblewonder commented 10 years ago

Add option to get hold of validator object for doing more fancy stuff (i.e. Laravel's ->extend() feature etc.) Haven't touched the interface as not experienced with other validators so not sure how applicable/useful it would be elsewhere.