saghar / yii2-category-module
This package is abandoned and no longer maintained.
The author suggests using the https://github.com/aminkt/yii2-category-module package instead.
Category Module
1.0.0
2018-09-21 10:10 UTC
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(); ?>```