saghar/yii2-category-module

Category Module


Keywords
extension, yii2
License
Other

Documentation

category manager

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(); ?>```