drmabuse / yii2-blog
simple blog module
Installs: 33
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 1
Open Issues: 1
Type:yii2-extension
Requires
- yiisoft/yii2: *
Requires (Dev)
- schmunk42/yii2-giiant: dev-develop
This package is not auto-updated.
Last update: 2024-11-05 03:13:48 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(); ?>```