saghar / yii2-category-module
Category Module
Installs: 99
Dependents: 0
Suggesters: 0
Security: 0
Type:yii2-extension
pkg:composer/saghar/yii2-category-module
Requires
- aminkt/yii2-alert-widget: dev-master
- aminkt/yii2-custom-exceptions: dev-master
- aminkt/yii2-input-tag-widget: dev-master
- aminkt/yii2-tree-view-widget: dev-master
- kartik-v/yii2-widget-select2: @dev
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2022-02-01 13:11:40 UTC
README
Category Module
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist saghar/yii2-category-module "*"
or add
"saghar/yii2-category-module": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \saghar\category\AutoloadExample::widget(); ?>```