drmabuse / yii2-blog
simple blog module
0.0.2
2014-08-07 23:30 UTC
Requires
- yiisoft/yii2: *
Requires (Dev)
- schmunk42/yii2-giiant: dev-develop
This package is not auto-updated.
Last update: 2026-03-10 09:46:25 UTC
README
simple blog module
Version 0.0.2
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist drmabuse/yii2-blog "*"
or add
"drmabuse/yii2-blog": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \drmabuse\blog\AutoloadExample::widget(); ?>```