sinergycode / yii2-blog
Blog module for Yii2
Package info
github.com/sinergycode/yii2-blog
Type:yii2-extension
pkg:composer/sinergycode/yii2-blog
dev-DesireBranch
2018-02-20 09:25 UTC
Requires
- yiisoft/yii2: ~2.0.0
This package is not auto-updated.
Last update: 2026-03-29 13:27:25 UTC
README
Blog module for Yii2
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist sinergycode/yii2-blog "*"
or add
"sinergycode/yii2-blog": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \sinergycode\blog\AutoloadExample::widget(); ?>```# yii2-blog