Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 669 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 669 Bytes

ZF2-NAVIGATION Module

This module serves as a Navigation for your application. It allows you to create horizontal navbar in your ZF2 app and it supports Twitter - Bootstrap 3. This allows you to create, edit and delete menu items, add sub items.

HOW TO INSTALL

Download the Menu module, copy it to 'YOUR APP'/module/Menu

Run 'YOUR APP'/module/Menu/data/menu_backup.sql script

Move 'YOUR APP'/module/Menu/view/partial folder to 'YOUR APP'/module/Application/view/partial

Copy the code in 'YOUR APP'/module/Menu/view/layout.phtml to 'YOUR APP'/module/Application/view/layout/layout.phtml after body tag.