eluhr/yii2-comments-module

There is no license information available for the latest version (1.0.0) of this package.

Comments module for Yii 2 Framework

Maintainers

👁 eluhr

Package info

github.com/eluhr/yii2-comments-module

Type:yii2-extension

pkg:composer/eluhr/yii2-comments-module

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

1.0.0 2020-03-30 15:57 UTC

Requires

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Unknown License 46d5d01197bfc9d3497ba9dafe2a455b44051c3d

  • Elias Luhr <e.luhr.woop@herzogkommunikation.de>

extensionyii2

This package is auto-updated.

Last update: 2026-06-29 02:00:31 UTC


README

Installation

composer require dmstr/yii2-comments-module

Configuration

Add this to your configuration

[
 'modules' => [
 'comment' => [
 'class' => dmstr\comments\Module::class
 ]
 ],
 'controllerMap' => [
 'migrate' => [
 'migrationPath' => [
 '@vendor/dmstr/comments/migrations'
 ]
 ]
 ] 
];