我在cakephp中安装cakeresque(插件) 我想在bootstrap.php文件中加载插件:
CakePlugin ::负载(阵列( ' CakeResque' =>数组(' bootstrap' => true) ));
并在core.php中添加composer autoload,如下所示
require_once dirname( DIR )。 ' /Vendor/autoload.php' ;;
告诉我这个错误:
错误:Class' CakeResque \ CakeResque'未找到 文件:C:\ xampp \ htdocs \ cakephp \ app \ Plugin \ CakeResque \ config \ bootstrap.php
行:23应用
- 配置
- bootstrap.php
- core.php
- 插件
- CakeResque
---配
--- src
----当地语
----壳牌 ---- tmp
---- CakeResque.php
---- CakeResqueBootstrap.php
---- Resque_Job_Creator.php
---测试
---供应商
- 供应商
- bin
- 作曲家
- autoload.php