mediabet-concepture/yii2-comment-module

package under development

Installs: 566

Dependents: 0

Suggesters: 0

Security: 0

Type:yii2-extension

v2.0.0 2020-04-13 05:43 UTC

This package is auto-updated.

Last update: 2024-04-22 16:42:03 UTC


README

Модуль с реализацией комментов к сущностям

Подключение

"require": {

"concepture/yii2-comment-module" : "*"

},

Миграции php yii migrate/up --migrationPath=@concepture/yii2comment/console/migrations

Подключение модуля для админки

 'modules' => [
     'comment' => [
         'class' => 'concepture\yii2comment\Module'
     ], 
 ],