mediabet-concepture / yii2-comment-module
package under development
v2.0.0
2020-04-13 05:43 UTC
Requires
- php: >=5.6.0
- yiisoft/yii2: 2.0.29
- yiisoft/yii2-jui: ~2.0.0
This package is auto-updated.
Last update: 2024-10-22 17:44:55 UTC
README
Модуль с реализацией комментов к сущностям
Подключение
"require": {
"concepture/yii2-comment-module" : "*"
},
Миграции php yii migrate/up --migrationPath=@concepture/yii2comment/console/migrations
Подключение модуля для админки
'modules' => [
'comment' => [
'class' => 'concepture\yii2comment\Module'
],
],