FrozenNode / XssInput

A simple extension of the Laravel Input facade that mimics CodeIgniter's xss filtering
41 stars 20 forks source link

image validation error though it works well with out this package #17

Open riasat97 opened 9 years ago

riasat97 commented 9 years ago

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