Laravel 5.5. Custom Validator Rules
Published on by Eric L. Barnes
A new feature coming to Laravel 5.5 is a new feature for adding custom validation rules and Taylor has a written up a quick tutorial on it.
Here is an example of the validation:
and here is the ValidRepository class that checks:
For complete information on this take a look at Taylor’s post which goes into details on it all.
Eric is the creator of Laravel News and has been covering Laravel since 2012.