wokster / yii2-menu
Menu modul for yii2
dev-master
2017-08-27 14:21 UTC
Requires
This package is auto-updated.
Last update: 2026-03-01 00:23:22 UTC
README
Menu modul for yii2
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist wokster/yii2-menu "*"
or add
"wokster/yii2-menu": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \wokster\menu\AutoloadExample::widget(); ?>```