2017 © Pedro Peláez
 

yii2-extension yii2-menu

Menu module for Yii2

image

fonclub/yii2-menu

Menu module for Yii2

  • Tuesday, February 24, 2015
  • by fonclub
  • Repository
  • 2 Watchers
  • 0 Stars
  • 26 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 1 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Menu module for Yii 2

Installation

The preferred way to install this extension is through composer., (*1)

Either run, (*2)

php composer.phar require fonclub/yii2-menu "*"

or add, (*3)

"fonclub/yii2-menu": "*"

to the require section of your composer.json file., (*4)

Usage

Once the extension is installed, simply modify your application configuration as follows:, (*5)

'modules' => [
    ...
    'menu' => [
        'class' => 'fonclub\menu\Module',
    ],
],

Import the translations and use category 'fonclub/menu':, (*6)

yii i18n/import @fonclub/menu/messages

To use the module, execute yii migration, (*7)

yii migrate/up --migrationPath=@vendor/fonclub/yii2-menu/migrations

The Versions

24/02 2015

dev-master

9999999-dev

Menu module for Yii2

  Sources   Download

MIT

yii2 menu yii2-menu