在laravel 9应用程序中,我按照https://christoph-rumpel.com/2018/05/how-i-built-the-laravelquiz-chatbot-with-botman-and-laravel文档添加botman。这些文章有3个使用BotManQuestion类,我有一个错误:
Class "App\Library\BotManQuestion" not found
BotManQuestion -看起来不像自定义或模型类,我没有在项目或此https://botman.io/2.0/welcome文档中找到它。本文中还使用了未知的BotManAnswer类。
你知道这是什么课吗?
我安装botman的命令:
composer require botman/botman
composer require botman/driver-web
所以我有“僵尸人/僵尸人”:“^2.7”和“僵尸程序/驱动程序-Web”:“^1.5”...
谢谢!
1条答案
按热度按时间carvr3hs1#
添加声明:
已解决此错误...