bandodebits / yii2-bdb-menu
Menu para o Yii2
dev-master
2015-06-22 18:19 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2025-04-02 11:46:52 UTC
README
Menu para o Yii2
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist bandodebits/yii2-bdb-menu "*"
or add
"bandodebits/yii2-bdb-menu": "*"
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \bdb\menu\AutoloadExample::widget(); ?>```