Answers for "laravel check if mimetype is an image"

PHP
1

laravel images mimetypes validatiion

'image' => 'mimes:jpeg,jpg,png,gif|required|max:10000' // max 10000kb
Posted by: Guest on August-14-2021

Code answers related to "laravel check if mimetype is an image"

Browse Popular Code Answers by Language