itshkacomua / yii2-blog
Module Blog for yii2
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- kartik-v/yii2-widget-select2: @dev
- yiisoft/yii2: ~2.0.0
- yurkinx/yii2-image: ^1.2
This package is auto-updated.
Last update: 2025-03-01 00:29:33 UTC
README
Module Blog for yii2
====================
Module Blog for yii2
Installation
#####1. The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist itshkacomua/yii2-blog "*"
or add
"itshkacomua/yii2-blog": "*"
to the require section of your composer.json
file.
#####2. In the console of the root directory of the site, run the command
php yii migrate --migrationPath=@itshkacomua/blog/migrations/
Usage
Once the extension is installed, simply use it in your code by :
<?= \itshkacomua\blog\AutoloadExample::widget(); ?>```