concepture/yii2-comment-module

package under development

Maintainers

Package info

github.com/exgamer/yii2-comment-module

Type:yii2-extension

pkg:composer/concepture/yii2-comment-module

Statistics

Installs: 2 777

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-09 16:32:52 UTC


README

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

Подключение

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

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

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

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