Axel Antivirus Open in GitHub Installation composer require axeldeploy/antivirus Using $validator = Validator::make($request->all(), [ 'image' => ['required', 'image', new Axel\Antivirus\Rules\Antivirus()] ]);