KLM113's avatar

Check if uploaded file is the same than the stored one

I can simply md5_file() them but is there a laravel way to do the same?

0 likes
1 reply
bobbybouwmann's avatar

Laravel doesn't have any tooling for that by default. So the md5_file check is a good solution for this.

Please or to participate in this conversation.