ilyag/yii2-commentary

Commentary module for Yii2

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:yii2-extension

dev-master 2019-10-02 07:44 UTC

This package is auto-updated.

Last update: 2024-09-29 05:02:43 UTC


README

Commentary module for Yi2

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist ilyag/yii2-commentary "*"

or add

"ilyag/yii2-commentary": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \ilyag\commentary\AutoloadExample::widget(); ?>```