nvFede's avatar

Laracasts Validator package with image

How can I use the laracasts validator package to validate image upload ? the extension and the file size ?

0 likes
3 replies
nvFede's avatar

Well I don't know if it's ok, or the only way, but I did this.

'file' => 'image:jpg,png|max:2000',

1 like
grandadevans's avatar

Good to know, cheers. I was just wondering as I was digging though the Filesystem class yesterday and though some of the methods in there may have been of help to you but your solution looks much easier :-)

Please or to participate in this conversation.