i have one form which has 4 text fields. I want Laravel to check if the fields are field, but it does not need to check all of them, just only two of them.
Example: field1, field2, field3, field4. To complete the form the user must enter values for field1 and field2 or for field3 and field4.
Is this possible ?