andrewnan09 / yii2-blog
Blog for yii2
Package info
github.com/AndrewNAN09/yii2-blog
Type:yii2-extension
pkg:composer/andrewnan09/yii2-blog
dev-master
2020-08-24 05:50 UTC
Requires
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2026-02-26 23:46:38 UTC
README
Blog for yii2
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist andrewnan09/yii2-blog "*"
or add
"andrewnan09/yii2-blog": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \andrewnan09\blog\AutoloadExample::widget(); ?>```