axelhub / antivirus
Axel杀毒软件
1.0
2023-04-03 11:24 UTC
Requires
- php: ^8.1
- ext-sockets: *
- laravel/framework: ^10.0
This package is auto-updated.
Last update: 2024-09-04 08:04:03 UTC
README
在GitHub中打开
安装
composer require axeldeploy/antivirus
使用
$validator = Validator::make($request->all(), [ 'image' => ['required', 'image', new Axel\Antivirus\Rules\Antivirus()] ]);