2017 © Pedro Peláez
 

yii2-extension yii2-menu

Menu bootstrap builder. Sort by drag and drop

image

pceuropa/yii2-menu

Menu bootstrap builder. Sort by drag and drop

  • Tuesday, January 24, 2017
  • by pceuropa
  • Repository
  • 5 Watchers
  • 16 Stars
  • 2,505 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 8 Forks
  • 8 Open issues
  • 8 Versions
  • 53 % Grown

The README.md

Latest Stable Version Total Downloads Latest Unstable Version License, (*1)

Bootstrap Menu Builder for Yii2

preview, (*2)

DEMO, (*3)

Features

  • Creating links, drop menus, line (diver) in the navbar-left and/or navbar-right
  • Sorting, editing, and deleting using drag and drop
  • No jQuery for drag and drop (RubaXa/Sortable)
  • CRUD operations by jQuery Ajax)

Installation

composer require pceuropa/yii2-menu dev-master

Add the following code to config file Yii2, (*4)

'modules' => [
    'menu' => [
            'class' => '\pceuropa\menu\Menu',
        ],
    ]

Configuration

1. Create database schema

Make sure that you have properly configured db application component and run the following command:, (*5)

$ php yii migrate/up --migrationPath=@vendor/pceuropa/yii2-menu/migrations

2. Add the following code to view layout file Yii2


use pceuropa\menu\Menu; NavBar::begin(['brandLabel' => 'Brand','brandUrl' => Url::home(),]); echo Nav::widget([ 'options' => ['class' => 'navbar-nav navbar-left'], 'items' => Menu::NavbarLeft(1) // argument is id of menu ]); echo Nav::widget([ 'options' => ['class' => 'navbar-nav navbar-right'], 'items' => Menu::NavbarRight(1) ]); NavBar::end();

3. Getting started

/menu/creator, (*6)

The Versions

24/01 2017

dev-master

9999999-dev https://pceuropa.net/yii2-extensions/yii2-menu

Menu bootstrap builder. Sort by drag and drop

  Sources   Download

MIT

The Requires

 

extension yii2 menu builder creator drag end drop bootstrap menu

24/01 2017

2.1.4

2.1.4.0 https://pceuropa.net/yii2-extensions/yii2-menu

Menu bootstrap builder. Sort by drag and drop

  Sources   Download

MIT

The Requires

 

extension yii2 menu builder creator drag end drop bootstrap menu

22/01 2017

2.1.3

2.1.3.0 https://pceuropa.net/yii2-extensions/yii2-menu

Menu bootstrap builder. Sort by drag and drop

  Sources   Download

MIT

The Requires

 

extension yii2 menu builder creator drag end drop bootstrap menu

22/01 2017

2.1.2

2.1.2.0 https://pceuropa.net/yii2-extensions/yii2-menu

Menu bootstrap builder. Sort by drag and drop

  Sources   Download

MIT

extension yii2 menu builder creator drag end drop bootstrap menu

13/01 2017

2.1.0

2.1.0.0 https://pceuropa.net/yii2-extensions/yii2-menu

Menu bootstrap builder. Sort by drag and drop

  Sources   Download

MIT

extension yii2 menu builder creator drag end drop bootstrap menu

05/01 2017

2.0.7

2.0.7.0 https://pceuropa.net/yii2-extensions/yii2-menu

Menu bootstrap builder. Sort by drag and drop

  Sources   Download

MIT

extension yii2 menu builder creator drag end drop bootstrap menu

03/10 2016

2.0.3

2.0.3.0 https://github.com/pceuropa/yii2-menu

Menu bootstrap creator/builder. Sort by drag and drop

  Sources   Download

MIT

extension yii2 menu builder creator drag end drop bootstrap menu

01/10 2016

2.0.0

2.0.0.0 https://github.com/pceuropa/yii2-menu

Menu bootstrap creator/builder. Sort by drag and drop

  Sources   Download

MIT

extension yii2 menu builder creator drag end drop bootstrap menu