laracasts / Commander

Easily leverage commands and domain events in your Laravel projects.
https://laracasts.com/series/commands-and-domain-events
MIT License
279 stars 68 forks source link

Add flag to generate validator class. #25

Closed vtalbot closed 10 years ago

vtalbot commented 10 years ago

I added to ability to generate the validator class using the flag --validator on the commander:generate command.

JeffreyWay commented 10 years ago

Closing, since validation has been ripped out, in favor of the new form requests objects in Laravel 5.