How do I validate Array inputs in Laravel 5.0
问题 I have a table, where the user can fill in information. However, the user can add rows and/or delete rows. I used a cloning function for that. My html looks like: <input type="text" class="form-control" name="TB1_a[]"> <input type="text" class="form-control" name="TB1_b[]"> As you can see, it is an array input. So if the user adds a row, I'll have two values stored in TB1_a[] and TB1_b. Now, I would like to make my rules so that if the user enters information inside TB1_a[0], I would like to