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
Package info
github.com/eluhr/yii2-comments-module
Type:yii2-extension
pkg:composer/eluhr/yii2-comments-module
1.0.0
2020-03-30 15:57 UTC
Requires
- php: >=7.0.0
- dmstr/yii2-db: ^1.2.1
- yiisoft/yii2: 2.*
- yiisoft/yii2-twig: ^2.1.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
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' ] ] ] ];
