2017 © Pedro Peláez
 

yii2-extension yii2-comments

Comments module for Yii2

image

ogheo/yii2-comments

Comments module for Yii2

  • Friday, July 13, 2018
  • by ogheo
  • Repository
  • 4 Watchers
  • 8 Stars
  • 138 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 1 Open issues
  • 3 Versions
  • 17 % Grown

The README.md

yii2-comments Software License Scrutinizer

Comments module for Yii2., (*1)

Installation

The preferred way to install this extension is through composer., (*2)

try, (*3)

composer require "ogheo/yii2-comments:*"

or add, (*4)

"ogheo/yii2-comments": "*"

to the require section of your composer.json file., (*5)

Configuration

Database migrations

php yii migrate/up --migrationPath=@vendor/ogheo/yii2-comments/src/migrations

Module setup

'modules' => [
    'comments' => [
        'class' => 'ogheo\comments\Module',
    ]
]

All available options can be viewed in Comments module file., (*6)

Usage

Add one of the following examples to the view file., (*7)

Basic example

Model is not mandatory, comments will be associated to the current url., (*8)

use ogheo\comments\widget\Comments;

echo Comments::widget();

Advanced example

To change default settings, you can do as follows:, (*9)

use ogheo\comments\widget\Comments;

echo Comments::widget([
    'model' => $model,
    'model_key' => $model_key,
]);

All available options can be viewed in Comments widget file., (*10)

Enjoy ;), (*11)

Demo pictures

demo, (*12)

The Versions

13/07 2018

dev-master

9999999-dev https://github.com/ogheo/yii2-comments

Comments module for Yii2

  Sources   Download

MIT

The Requires

 

by Oleg Gheorghita

yii2 yii2-comments yii2-comments-module yii2-comments-manager

06/09 2017

1.0.1

1.0.1.0 https://bitbucket.org/ogheo/yii2-comments

Comments module for Yii2

  Sources   Download

MIT

The Requires

 

by Oleg Gheorghita

yii2 yii2-comments yii2-comments-module yii2-comments-manager

31/07 2017

1.0.0

1.0.0.0 https://bitbucket.org/ogheo/yii2-comments

Comments module for Yii2

  Sources   Download

MIT

The Requires

 

by Oleg Gheorghita

yii2 yii2-comments yii2-comments-module yii2-comments-manager