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

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

This package is auto-updated.

Last update: 2024-05-09 12:42:23 UTC


README

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

Подключение

"require": { "concepture/yii2-comment-module" : "*" },

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

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

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