twokings/hierarchy
最新稳定版本:v0.4.0
Composer 安装命令:
composer require twokings/hierarchy
包简介
Simple hierarchical content for Bolt 5
README 文档
README
Hierarchical content using menu.yml for Bolt 5.
Configuration
menu: List of menus to check for.
Twig Functions and Filters
Generating nice URLs like /foo/bar requires you to use the hMenu function and the hLink filter.
hMenu('main'): Use this function to get nice URLs in your menus.getParent(record)getParents(record)getSiblings(record)getChildren(record)record|hLink: Use this filter on records to get nice URLs.
Routes
Add the following to your routes.yaml to allow nice URLs.
hierarchicalRoute:
resource: 'TwoKings\Hierarchy\Controller\Controller'
type: annotation
统计信息
- 总下载量: 907
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-07-12