ipub / menu
This package is abandoned and no longer maintained.
The author suggests using the contributte/menu-control package instead.
Extension for Nette Framework to handle site menu items.
v2.1.2
2018-04-09 18:40 UTC
Requires
- php: >=7.1.0
- nette/application: ~2.4
- nette/di: ~2.4
- nette/security: ~2.4
- nette/utils: ~2.4
Requires (Dev)
- latte/latte: ~2.4
- nette/bootstrap: ~2.4
- nette/http: ~2.4
- nette/mail: ~2.4
- nette/robot-loader: ~2.4
- nette/safe-stream: ~2.3
- nette/tester: ~2.0
- pds/skeleton: ~1.0
- tracy/tracy: ~2.4
README
This package is abandoned and no longer maintained!
Web page menu items manager for Nette Framework
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:
$ composer require ipub/menu
After that you have to register extension in config.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 class BasePresenter extends Nette\Application\UI\Presenter { use IPub\Menu\TMenu; // Rest of code... }
Documentation
Learn how to use menu manager for handling menu items in documentation.
Homepage https://www.ipublikuj.eu and repository http://github.com/iPublikuj/menu.