yiiers / yii2-forum
a forum module for yii2
0.1
2014-06-19 15:25 UTC
This package is not auto-updated.
Last update: 2026-02-24 13:54:29 UTC
README
a forum module for yii2
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist yiiers/yii2-forum "*"
or add
"yiiers/yii2-forum": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \yiiers\forum\AutoloadExample::widget(); ?>```