Laravel Images Mimetypes Validatiion

[Solved] Laravel Images Mimetypes Validatiion | Php - Code Explorer | yomemimo.com
Question : laravel images mimetypes validatiion

Answered by : horrible-hippopotamus-i8141dfgmoho

 'image' => 'mimes:jpeg,jpg,png,gif|required|max:10000' // max 10000kb

Source : https://stackoverflow.com/questions/31893439/image-validation-in-laravel-5-intervention | Last Update : Sat, 21 Aug 21

Answers related to laravel images mimetypes validatiion

Code Explorer Popular Question For Php