Laravel Validasi Periksa Ukuran Array Min dan Max

'images' => 'array|max:3',
'images.*' => 'mimes:jpeg,png,jpg,gif,svg'
Grieving Gaur