concepture / yii2-comment-module
package under development
Installs: 2 777
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- php: >=5.6.0
- yiisoft/yii2: 2.0.29
- yiisoft/yii2-jui: ~2.0.0
This package is auto-updated.
Last update: 2024-11-09 13:51:09 UTC
README
Модуль с реализацией комментов к сущностям
Подключение
"require": { "concepture/yii2-comment-module" : "*" },
Миграции php yii migrate/up --migrationPath=@concepture/yii2comment/console/migrations
Подключение модуля для админки
'modules' => [
'comment' => [
'class' => 'concepture\yii2comment\Module'
],
],