Method Illuminate\Validation\Validator::validateReuqired does not exist.
此错误是由于我们在配置验证时,写错了关键字,

 public function rules()
    {
        return [
            'file'=>'required',
            'folder'=>'reqiured',    // 这里reqiured错误,应该required
        ];
    }

相关文章:

  • 2021-11-23
  • 2022-12-23
  • 2021-06-01
  • 2022-12-23
  • 2021-06-30
  • 2022-12-23
  • 2021-07-05
  • 2021-05-20
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-03-04
  • 2022-12-23
  • 2021-05-22
相关资源
相似解决方案