BotDetect验证码与cakephp 3.6问题

BotDetect验证码与cakephp 3.6问题,php,cakephp,cakephp-3.0,Php,Cakephp,Cakephp 3.0,在使用cakephp 3.6加载插件之后,我尝试使用以下url加载css: http://localhost:8765/captcha-handler?get=bdc layout stylesheet.css 我收到以下错误: Error Not Found Error: The requested address '/captcha-handler?get=bdc-layout-stylesheet.css' was not found on this server 你知道为什么插件不能正

在使用cakephp 3.6加载插件之后,我尝试使用以下url加载css:

http://localhost:8765/captcha-handler?get=bdc layout stylesheet.css

我收到以下错误:

Error
Not Found
Error: The requested address '/captcha-handler?get=bdc-layout-stylesheet.css' was not found on this server
你知道为什么插件不能正常安装吗

我添加了
bootstrap.php


Plugin::load('CakeCaptcha',['routes'=>true])

如果您使用的是cakephp 3及以上版本的用户

它很简单,也很容易编辑


我在所有项目中都使用过它,如果您使用cakephp 3及以上版本的用户,我从未遇到过任何问题

它很简单,也很容易编辑

我在我所有的项目中都使用了它,我从来没有遇到过任何问题