cornernote/yii2-menu Menu manager for Yii2.

menu

Yii2 Menu

Latest Version Software License Build Status Coverage Status Quality Score Total Downloads

Menu manager for Yii2.

Installation

1. Download

The preferred way to install this extension is through composer.

Either run

$ composer require cornernote/yii2-menu "*"

or add

"cornernote/yii2-menu": "*"

to the require section of your composer.json file.

2. Configure

Add following to your main configuration file:

'modules' => [
    'menu' => [
        'class' => 'cornernote\menu\Module',
    ],
],

3. Create Tables

Update your database schema by applying the migrations:

yii migrate/up --migrationPath=@vendor/cornernote/yii2-menu/src/migrations

Manage Menus

Open a browser and go to example.com/?r=menu to start managing your menu system.

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

No stable releases.

Comments



No stable releases.



BSD-3-Clause license
Stats
1 github stars & 1 github forks
0 downloads in the last day
3 downloads in the last 30 days
163 total downloads