In Laravel, while validating uploaded images, you can specify the dimensions the required.
['photo' => 'dimensions:max_width=4096,max_height=4096']
In Laravel, while validating uploaded images, you can specify the dimensions the required.
['photo' => 'dimensions:max_width=4096,max_height=4096']