sim4nix/yii2-menu-module

This package is abandoned and no longer maintained. No replacement package was suggested.

The menu module for Yii2 application.

Installs: 0

Dependents: 1

Suggesters: 0

Security: 0

Type:yii2-extension

dev-master 2016-10-19 20:30 UTC

This package is auto-updated.

Last update: 2017-02-23 12:07:54 UTC


README

This module provide a menu managing system for Yii2 application.

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require sim4nix/yii2-menu-module "*"

or add

"sim4nix/yii2-menu-module": "*"

to the require section of your composer.json file.

Configuration

  • Add module to config section:
'modules' => [
    'menu' => [
        'class' => 'sim4nix\menu\Module'
    ]
]
  • Run migrations:
php yii migrate --migrationPath=@sim4nix/menu/migrations