ivanleshh / yii2-blog
Blog module for yii2
dev-main
2024-06-03 14:13 UTC
Requires
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2026-03-29 01:29:04 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 ivanleshh/yii2-blog "*"
or add
"ivanleshh/yii2-blog": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \ivanleshh\blog\AutoloadExample::widget(); ?>```