Does the Laravel validation also checks the content of the file if it's real an image?
I can't find this :(
$this->validate($request, [
'title' => 'required',
'image' => 'max:1000|mimes:jpeg,bmp,png',
]);
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire