定制 ipub/menu 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

ipub/menu

最新稳定版本:v2.1.2

Composer 安装命令:

composer require ipub/menu

包简介

Extension for Nette Framework to handle site menu items.

README 文档

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.

统计信息

  • 总下载量: 246
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-2.0
  • 更新时间: 2015-06-28