Allows you to manage your menus in the Database
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist pheme/yii2-menu "*"
or add
"pheme/yii2-menu": "*"
to the require section of your composer.json
file.
Once the extension is installed, simply use it in your code by :
<?= \pheme\menu\AutoloadExample::widget(); ?>```