avoo/qcm-admin-bundle
最新稳定版本:1.0.3
Composer 安装命令:
composer require avoo/qcm-admin-bundle
包简介
QCM Admin bundle for Symfony2
README 文档
README
The admin bundle is based on QcmCoreBundle
Installation
Require avoo/qcm-admin-bundle
into your composer.json file:
{
"require": {
"avoo/qcm-admin-bundle": "dev-master"
}
}
Register the bundle in app/AppKernel.php:
// app/AppKernel.php public function registerBundles() { return array( // ... new Bazinga\Bundle\JsTranslationBundle\BazingaJsTranslationBundle(), new Qcm\Bundle\CoreBundle\QcmCoreBundle(), new Qcm\Bundle\AdminBundle\QcmAdminBundle(), ); }
In app/config/config.yml
imports: - { resource: @QcmCoreBundle/Resources/config/core.yml } - { resource: @QcmAdminBundle/Resources/config/core.yml }
In app/config/routing.yml
qcm_core: prefix: / resource: "@QcmCoreBundle/Resources/config/routing.yml" qcm_admin: resource: "@QcmAdminBundle/Resources/config/routing.yml" prefix: /admin
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:
统计信息
- 总下载量: 129
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-12-18