You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Separate common methods between FieldValidator and ArrayValidator in a trait;
Change ArrayValidator parent from FieldValidator to Validator;
Rename RequestValidator::requireOr() parameter $validators to $fields and allow receiving an array of string with the name of the field instead of the validators;
Allow instanciate RequestValidator to add rules directly, without need to create a separate class;
Remove need to return array of validators on RequestValidatot::rules();