Laravel 5.x: Custom Validation Rules
This tutorial shows you how to extend Laravel 5.x to include custom validation rules. In this case, how to check if a field matches the current user’s stored password, when the user wants to change their password.