$file = $request->file('file'); //验证器规则 'file' => 'require|file', 结论:$file文件没有file:true的属性,导致判断失效 这里写问题具体描述
https://github.com/yzh52521/webman-validate 试试这个
https://github.com/yzh52521/webman-validate
试试这个