muhammad / yii2-sidenav
sidenav
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Type:yii2-extension
pkg:composer/muhammad/yii2-sidenav
Requires
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2025-09-29 01:35:13 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(); ?>```