Answer the question
In order to leave comments, you need to log in
Why does Laravel swear at images?
Made validation for photos in laravel
$rules = [
'file' => 'image|mimes:jpeg,jpg,png|required|max:10000' // max 10000kb
];
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question