This package is abandoned and no longer maintained!
Web page menu items manager for Nette Framework
This extensions add ability to manage menu groups and their items and display them in your application based on Nette framework
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...
}
Learn how to use menu manager for handling menu items in documentation.
Homepage https://www.ipublikuj.eu and repository http://github.com/iPublikuj/menu.