laravel8.5 安装验证码报错,求教
我是初学者,尝试一:composer require zbrettonye/geetest(图片验证)
报错: Class ‘Mews\Captcha\CaptchaServiceProvider’ not found (没找到这个)
引发了在cmd命令输入php artisan 也报同样的错误
尝试二:composer require “mews/captcha:~2.0”(社会验证)
报错 翻译过来是不知道和哪里有冲突
- mews/captcha[2.0.0, …, 2.3.0] require illuminate/config ~5.0 -> found illuminate/config[v5.0.0, …, 5.8.x-dev] but these were not loaded, likely because it conflicts with another require.
推荐文章: