This is one of my favourite new features in Laravel 5.5.
Laravel 5.5 will introduce support for custom validation rule objects as an alternative to using Validator::extend
for custom validation rules.
Paul Redmond on laravel-news.com shows how this new feature works