Laravel has dimension validation
https://laravel.com/docs/5.8/validation#rule-dimensions
https://mattstauffer.com/blog/image-dimension-validation-rules-in-laravel-5-3/
I'm creating a website and I need to make the user select multiple images, as I don't have much knowledge (with Vue) and most of the Vue plugins I found isn't that great (crop, resize and allow multiple upload) I decided to go simple and validate server side if one of the image or more select is too vertical, how can I do that? Thank you.
Please or to participate in this conversation.