Validator sanitizor in v5 ? #1368
Answered
by
thetutlage
popovicieduard
asked this question in
Help
-
Is there an equivalent in v5 ?
provider:
|
Beta Was this translation helpful? Give feedback.
Answered by
thetutlage
Jul 31, 2020
Replies: 1 comment
-
Nope. We have remove sanitization layer in v5 and merged the required rules within the validation rules. So everything stays together in one place and multiple loops are not required. I believe, case management can also be added to the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
popovicieduard
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nope. We have remove sanitization layer in v5 and merged the required rules within the validation rules. So everything stays together in one place and multiple loops are not required.
I believe, case management can also be added to the
string
rule. I can accept the PR, if someone wants to create it or atleast create it as an issue in the Validator repo, so I can get back to it