htime/light-cms-bundle 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

htime/light-cms-bundle

Composer 安装命令:

composer require htime/light-cms-bundle

包简介

Symfony LightCmsBundle

README 文档

README

WARNING: This bundle is still under developpement. While it is functional, the service names, configuration options etc. may change without worrying about BC breaks.

Installation

Step 1: Adding the bundle to your project

Add the repository to your composer.json file:

"require": {
    "htime/light-cms-bundle": "dev-master"
}

Then run

$ php composer.phar update htime/light-cms-bundle

Step 2: AppKernel.php

Enable HtimeLightCmsBundle in app/AppKernel.php:

public function registerBundles()
{
    $bundles = array(
        ...
        new Htime\LightCmsBundle\HtimeLightCmsBundle(),
    );
}

统计信息

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

GitHub 信息

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

其他信息

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