PHPackages                             demi/comments - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. demi/comments

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

demi/comments
=============

Yii2 module for comments management

1.0.5(8y ago)5319[1 issues](https://github.com/demisang/yii2-comments/issues)GPL-3.0-or-laterPHPPHP &gt;=5.4.0

Since Jul 6Pushed 8y ago3 watchersCompare

[ Source](https://github.com/demisang/yii2-comments)[ Packagist](https://packagist.org/packages/demi/comments)[ Docs](https://github.com/demisang/yii2-comments#readme)[ RSS](/packages/demi-comments/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (3)Versions (15)Used By (0)

Yii2-comments
=============

[](#yii2-comments)

Yii2 module for comments management
[Live frontend demo](https://orlov.io/articles/podrobno-o-renderpartial-v-yii#comments)

Installation
------------

[](#installation)

Run

```
composer require "demi/comments" "~1.0"

```

Configurations
==============

[](#configurations)

---

Create `comments` table:

```
./yii migrate --migrationPath=@vendor/demi/comments/console/migrations

```

Create config file: `/common/config/comments.php`

```
