muhammad / yii2-sidenav
sidenav
dev-master
2015-07-30 00:22 UTC
Requires
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2025-03-29 00:20:27 UTC
README
sidenav
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist muhammad/yii2-sidenav "*"
or add
"muhammad/yii2-sidenav": "*"
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \muhammad\sidenav\AutoloadExample::widget(); ?>```