I have a form with a series of numbers in an array:
$this->validate($request,[ 'item'=>'required|min:1' ]);