sunspikes / clamav-validator

Laravel virus validator based on ClamAV anti-virus scanner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Method [validateClamav] does not exist.

smaameri opened this issue · comments

Am using Laravel 5.5, and get this error when trying to use clamav as a validator. I have installed the package, and added it to app/config.php as a provider.

Issue was solved by running php artisan config:cache. Probably installation instructions should be updated to include this.

commented

Same here (using Lumen 6.x) 😞