range-web/yii2-rw-comments

Yii2 comments

Maintainers

Package info

github.com/range-web/yii2-rw-comments

Type:yii2-extension

pkg:composer/range-web/yii2-rw-comments

Statistics

Installs: 29

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2016-06-03 08:00 UTC

This package is not auto-updated.

Last update: 2026-03-29 04:29:44 UTC


README

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist rangeweb/yii2-comments "*"

or add

"rangeweb/yii2-comments": "*"

to the require section of your composer.json file.

Apply migration

yii migrate --migrationPath=vendor/range-web/yii2-rw-comments/migrations

Configuration:

'modules' => [
    'filesystem' => [
        'class' => 'rangeweb\comments\Module',
    ],
],