weird laravel validation in nested array
I tried some validation rule like: Boolean and Required file with nested array field, but always failing for example, I tried creating form request like this: <?php namespace AppHttpRequestsTest; use IlluminateFoundationHttpFormRequest; class Test extends FormRequest { public function validationData() {…