Plugins - Validator
Add to favoritesAllows to validate user input data independently of a model. Can be used by two ways; creating a Validator class descendant where we declare sets of validation rules that can be used later, or by using the Validator class directly.
