定制 avoo/qcm-public-bundle 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

avoo/qcm-public-bundle

最新稳定版本:1.0.3

Composer 安装命令:

composer require avoo/qcm-public-bundle

包简介

QCM Public bundle for Symfony2

README 文档

README

Latest Stable Version License Build Status Scrutinizer Code Quality

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

License

This bundle is released under the MIT license. See the complete license in the bundle:

License

统计信息

  • 总下载量: 113
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: HTML

其他信息

  • 授权协议: MIT
  • 更新时间: 2014-12-19