muhammad / yii2-sidenav
sidenav
Package info
bitbucket.org/muhammads92/yii2-sidenav
Type:yii2-extension
pkg:composer/muhammad/yii2-sidenav
dev-master
2015-07-30 00:22 UTC
Requires
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2026-03-01 00:09:59 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(); ?>```