Laravel Validation Rules

I’ve noticed over the past few months my usage of the Laravel validation
engine has increased a lot. I’ve even used it in some non-Laravel
applications just because I’m a fan of the interface. I had the idea of
sharing some of the validation rules with the community but there wasn’t
too many people doing the same.

I created a new project to address this, called
Laravel Validation Rules. You
can follow @laravelvr on Twitter for project
updates, check out the current rules at laravel-validation-rules.github.io to
see if any of the rules can help you in your project.

If you have your own rule that you think the community would benefit from
having, please submit it.