<?php if(isset($request->arrayWithImages) && is_array($request->arrayWithImages)) { $this->validate($request, [ 'arrayWithImages' => 'required|array', 'arrayWithImages.*' => 'required|image|mimes:jpg,png,jpeg|max:2048' ]); }
You have javascript disabled. You will not be able to edit any code.