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

Installs: 99

Dependents: 0

Suggesters: 0

Security: 0

Type:yii2-extension

1.0.0 2018-09-21 10:10 UTC

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