Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
Site menu items handler for Nette Framework (2.4+)
- Host: GitHub
- URL: https://github.com/ipublikuj-archive/menu
- Owner: ipublikuj-archive
- License: other
- Archived: true
- Created: 2015-06-28T17:50:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-05-24T18:44:28.000Z (over 5 years ago)
- Last Synced: 2024-09-22T20:30:58.149Z (4 months ago)
- Topics: ipub, ipublikuj, menu, navigation, nette, nette-component, nette-extension, nette-framework, php, php7, php71, php72
- Language: PHP
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
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