koala-framework/kwc-content-api
Composer 安装命令:
composer require koala-framework/kwc-content-api
包简介
README 文档
README
Installation
-
Add AppBundle to
AppKernel.phppublic function registerBundles() { $bundles = array( ... new Kwc\ContentApiBundle\KwcContentApiBundle() ); ... } -
Add routing config to
routing.ymlkwc_content_api: resource: "@KwcContentApiBundle/Resources/config/routing.yml" prefix: / -
Add components to be exported to whitelist in
config.ymlkwc_content_api: export_components: - Kwc_Paragraphs_Component - Kwc_Basic_Headline_Component
统计信息
- 总下载量: 2.76k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2018-03-26