mandarinmedien/mmcmfroutingbundle
Composer 安装命令:
composer require mandarinmedien/mmcmfroutingbundle
包简介
provides the routing for page-entities
README 文档
README
Append to app/AppKernel.php
You need to add the bundle to your app/AppKernel.php. This bundle also requires the MMCmfNodeBundle, so make sure this bundle is also registered.
...
public function registerBundles()
{
$bundles = array(
...
new MandarinMedien\MMCmfPageBundle\MMCmfNodeBundle(),
new MandarinMedien\MMCmfPageBundle\MMCmfRoutingBundle(),
...
);
....
}
...
统计信息
- 总下载量: 128
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-02-23