Skip to content

cornernote/yii2-menu

Repository files navigation

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.

About

Menu manager for Yii2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages