cornernote/yii2-menu

Menu manager for Yii2.

Maintainers

Package info

github.com/cornernote/yii2-menu

Type:yii2-extension

pkg:composer/cornernote/yii2-menu

Statistics

Installs: 167

Dependents: 1

Suggesters: 0

Stars: 1

Open Issues: 0

dev-master 2015-07-03 13:26 UTC

This package is auto-updated.

Last update: 2026-02-19 21:11:55 UTC


README

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.