laracasts / Validation

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

Add a command to generate the form validator class. #12

Closed vtalbot closed 9 years ago

vtalbot commented 10 years ago

I added an artisan command to generate form's validator classes. I mainly reuse the command from the commander package.