0

尝试创建小型数据库并烘烤它。但得到一个错误。

c:\xampp\htdocs\cakeBlog>bin\cake bake 异常:找不到插件 DebugKit。

[C:\xampp\htdocs\cakeBlog\vendor\cakephp\cakephp\src\Core\PluginCollection.php,第 140 行]

4

1 回答 1

0

在以下目录中使用以下代码

配置/bootstrap.php

if (Configure::read('debug')) {
    Configure::write('DebugKit', ['forceEnable' => true]);
    Plugin::load('DebugKit', ['bootstrap' => true]);
}
于 2020-02-21T14:33:31.147 回答