开发者社区> 问答> 正文

有人知道Yii2.0 module怎么配置吗? The configuration for..:报错

有人知道Yii2.0 module怎么配置吗?

我配置的报这个错:

The configuration for the "module" component must contain a "class" element.

我在web.php里面配置的,如下:

'modules' => [
            'gii' => [
                'class' => 'yii\gii\Module',
            ],
            'manager' => [
                'class'=>'app\modules\manager\Manager'
            ],
        ],



实在搞不定啊!卧槽,看了Api说明的用法,太简洁了,简洁的都看不懂!

展开
收起
kun坤 2020-06-08 11:00:21 843 0
1 条回答
写回答
取消 提交回答
  • 现在还是开发版!这我说不出了!用了命名空间,这个最明显了,扩展是有bootstrap3.0。

    其他我就没不知道怎么说了,迟早要升的,好像1.X也可以升级成2.X,还有就是声明数组的方式换成了[],不是之前的array();

    依赖管理使用Composer,程序目录结构也有小的改动!

    2020-06-11 15:27:37
    赞同 展开评论 打赏
问答地址:
问答排行榜
最热
最新

相关电子书

更多
In-Flux Limiting for a Multi-Tenant Logging Service 立即下载
Apache Wicket User Guide - Ref 立即下载
Data-Driven Water Security with Bluemix Apache Spark Service 立即下载

相关实验场景

更多