I have used validation for image in Laravel Voyager BREAD. But it doesn't work. It takes all dimension of images.
Here is my code
{
"validation": {
"rule": "dimensions:width=100,height=100",
"messages": {
"dimensions": "This :attribute field is a must."
}
}
}
Image for more clarification: