Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ipublikuj-archive/menu

Site menu items handler for Nette Framework (2.4+)
https://github.com/ipublikuj-archive/menu

ipub ipublikuj menu navigation nette nette-component nette-extension nette-framework php php7 php71 php72

Last synced: about 8 hours ago
JSON representation

Site menu items handler for Nette Framework (2.4+)

Awesome Lists containing this project

README

        

# Menu

**This package is abandoned and no longer maintained!**

Web page **menu** items manager for [Nette Framework](http://nette.org/)

## Introduction

This extensions add ability to manage menu groups and their items and display them in your application based on Nette framework

## Installation

The best way to install ipub/menu is using [Composer](http://getcomposer.org/):

```sh
$ composer require ipub/menu
```

After that you have to register extension in config.neon.

```neon
extensions:
menu: IPub\Menu\DI\MenuExtension
```

Package contains trait, which you will have to use in class, where you want to use mobile detector.

```php