johnproza/yii2-menu

Dynamic menu


Keywords
menu, extension, yii2, content-menu
License
GPL-3.0+

Documentation

Dynamic menu

Dynamic menu

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist johnproza/yii2-menu "*"

or add

"johnproza/yii2-menu": "*"

to the require section of your composer.json file.

Config extension

Use it in your code:

'menu' => [
            'class' => 'oboom\menu\Module',
        ]