thunderid/menu
Composer 安装命令:
composer require thunderid/menu
包简介
menu generator
README 文档
README
Usage
Adding new Menu Item
Bootstrap 3
$menu = new \thunderid\menu\Bootstrap3Menu(); $menu->add('dashboard', 'Dashboard', 'http://yahoo.com', null, '__left_nav'); $menu->add('overview', 'Overview', 'http://yahoo.com', 'glyphicon glyphicon-add', 'dashboard');
Material Admin
$menu = new \thunderid\menu\MaterialAdminSideMenu(); $menu->add('dashboard', 'Dashboard', 'http://yahoo.com', null); $menu->add('overview', 'Overview', 'http://yahoo.com', 'glyphicon glyphicon-add', 'dashboard');
统计信息
- 总下载量: 74
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-03-20