How To Validate Array Values #732
Unanswered
thomassmith10
asked this question in
Q&A
Replies: 2 comments 4 replies
-
Take a look at the rules method in the docs. |
Beta Was this translation helpful? Give feedback.
4 replies
-
If you want to avoid to create your own rule, you can just do it like that:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to validate array values?
For example I want to validate that every value in an array is a uuid...
Using Laravel Rules I would do it this like...
Beta Was this translation helpful? Give feedback.
All reactions