无法在 Laravel 5.5 中设置 botdetect capcha 配置文件

问题描述

我想在我的网站上使用 capcha,所以我使用的是 botdetect capcha,我已经通过 composer 下载了它,它下载成功,然后我把 'providers' => [LaravelCaptcha\Providers\LaravelCaptchaServiceProvider::class]

在 config 文件夹内的 app.PHP 中,然后在我运行命令 PHP artisan vendor:publish 后,它显示在 provider 下方

Which provider or tag's files would you like to publish?:
  [0] Publish files from all providers and tags listed below
  [1] Provider: 
 Fideloper\Proxy\TrustedProxyServiceProvider
  [2] Provider: Illuminate\Mail\MailServiceProvider
  [3] Provider: Illuminate\Notifications\NotificationServiceProvider
  [4] Provider: Illuminate\Pagination\PaginationServiceProvider
  [5] Provider: Laravel\Tinker\TinkerServiceProvider
  [6] Tag: laravel-mail
  [7] Tag: laravel-notifications
  [8] Tag: laravel-pagination

这里没有显示 capcha 提供者,所以我必须做些什么才能在 laravel 5.5 中发布 botdetect capcha

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)