cornernote/yii2-menu

Menu manager for Yii2.

Installs: 163

Dependents: 1

Suggesters: 0

Security: 0

Stars: 1

Watchers: 3

Forks: 1

Open Issues: 0

Type:yii2-extension

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

This package is auto-updated.

Last update: 2024-04-19 17:06:15 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.