cornernote / yii2-menu
Menu manager for Yii2.
Installs: 164
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 1
Open Issues: 0
Type:yii2-extension
Requires
Requires (Dev)
- phpunit/dbunit: ~1.0
- phpunit/phpunit: 4.*
- scrutinizer/ocular: ~1.1
This package is auto-updated.
Last update: 2024-10-19 18:10:02 UTC
README
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.