webman-tech / laravel-validation

Laravel illuminate/validation for webman
14 stars 1 forks source link

已经安装了illuminate/database,还是报错Presence verifier has not been set #5

Closed jiejia closed 1 year ago

jiejia commented 1 year ago

RuntimeException: Presence verifier has not been set. in /www/wwwroot/webman-admin.veteran.test/webman/vendor/illuminate/validation/Validator.php:1413

image

krissss commented 1 year ago

可能是 9.x 版本的原因,我需要验证一下

krissss commented 1 year ago

测试 9.x 一切正常

看你使用的版本是 v1.0.2的,麻烦更新一下使用最新版本(v1.1.0 之后才支持 unique 验证器的)

jiejia commented 1 year ago

composer阿里云镜像里没有1.1.1及以上版本,换成腾讯云镜像更新了可以了