File validation not working correctly
I'm not sure if I'm doing something wrong, or if this is a bug. Right now, my validator looks like this (the line breaks look off in the preview):
$validator = Validator::make($request->all(), [
'attachments.*' => 'mimes:png,jpg,jpeg,svg,csv,txt,xlx,xls,xlsx,pdf,doc,docx,zip,rar,wav,mp3,mp4,mov,mkv,webm,avi,ogg,m4a,flac,wma,aac,sketch,psd|max:500000',
]);
It