avoo/qcm-public-bundle
最新稳定版本:1.0.3
Composer 安装命令:
composer require avoo/qcm-public-bundle
包简介
QCM Public bundle for Symfony2
README 文档
README
The public bundle is based on QcmCoreBundle
Installation
Require avoo/qcm-public-bundle
into your composer.json file:
{
"require": {
"avoo/qcm-public-bundle": "@dev-master"
}
}
Register the bundle in app/AppKernel.php:
// app/AppKernel.php public function registerBundles() { return array( // ... new Qcm\Bundle\CoreBundle\QcmCoreBundle(), new Qcm\Bundle\PublicBundle\QcmPublicBundle(), ); }
In app/config/config.yml
imports: - { resource: @QcmCoreBundle/Resources/config/core.yml } - { resource: @QcmPublicBundle/Resources/config/core.yml }
In app/config/routing.yml
qcm_core: prefix: / resource: "@QcmCoreBundle/Resources/config/routing.yml" qcm_public: resource: "@QcmPublicBundle/Resources/config/routing.yml" prefix: /
Documentation:
See QcmCoreBundle
Credits
- Jérémy Jégou jejeavo@gmail.com
License
This bundle is released under the MIT license. See the complete license in the bundle:
统计信息
- 总下载量: 113
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-12-19