You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public static $rules = [
'logo'=> 'required|image|mimes:jpeg,bmp,png'
];
It returns error though the given image types are valid.. what's the solution?? the rule mentioned above works fine without this package.. i am using laracast's form validator package.. thank you
The text was updated successfully, but these errors were encountered:
public static $rules = [
'logo'=> 'required|image|mimes:jpeg,bmp,png'
];
It returns error though the given image types are valid.. what's the solution?? the rule mentioned above works fine without this package.. i am using laracast's form validator package.. thank you
The text was updated successfully, but these errors were encountered: