eluhr/yii2-comments-module

此包最新版本(1.0.0)没有可用的许可证信息。

Yii 2 框架的评论模块

安装: 0

依赖项: 0

建议者: 0

安全: 0

星星: 0

关注者: 0

分支: 2

类型:yii2-extension

1.0.0 2020-03-30 15:57 UTC

This package is auto-updated.

Last update: 2024-08-29 05:31:14 UTC


README

安装

composer require dmstr/yii2-comments-module

配置

将此内容添加到您的配置中

[
    'modules' => [
        'comment' => [
            'class' => dmstr\comments\Module::class
        ]
    ],
    'controllerMap' => [
        'migrate' => [
            'migrationPath' => [
                '@vendor/dmstr/comments/migrations'
            ]
        ]
    ] 
];