laracasts / Validation

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

Allow user to add custom attributes #23

Open ChristianGerdes opened 9 years ago

ChristianGerdes commented 9 years ago

Now users can attach custom attributes to the validation.

Maybe that might be helpfull to someone; - including me :D

ArubaBB commented 9 years ago

Oh no, why it was not pulled to master branch yet? Today I have done identical changes and at the moment want to make pull request :-)

mattwells commented 9 years ago

There is also #14 and #8 almost identical as well. I'm guessing with Laravel 5 now around this isn't being supported any more.