Laravel Upload Image Document Validator

[Solved] Laravel Upload Image Document Validator | Php - Code Explorer | yomemimo.com
Question : laravel validation image or file

Answered by : uluk-ulanbekov

$validate = Validator::make($params = $request->all(), [ 'type' => 'required', 'files' => 'mimes:jpeg,png,jpg,svg,doc,docx,odt,pdf,tex,txt,wpd,tiff,tif,csv,psd,key,odp,pps,ppt,pptx,ods,xls,xlsm,xlsx'
]);

Source : | Last Update : Tue, 18 May 21

Answers related to laravel upload image document validator

Code Explorer Popular Question For Php