fond-of-spryker/contentful-router
Composer 安装命令:
composer require fond-of-spryker/contentful-router
包简介
Contenful routing package
README 文档
README
Description
Handles the routing for FondOfSpryker/Contentful package.
- Added support for the new routing is spryker.
- No support for Silex routing!
Install
composer require fond-of-spryker/contentful-router
Configuration
Register ContentfulRouterPlugin in RouterDependencyProvider
protected function getRouterPlugins(): array
{
return [
...
new ContentfulRouterPlugin(),
];
}
Changelog
2020-03-31
- extracted the routing stuff from fond-of-spryker/contentful package and moved it into the new routing format
统计信息
- 总下载量: 18.85k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 1
其他信息
- 授权协议: MIT
- 更新时间: 2020-03-31