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
其他信息
- 授权协议: MIT
- 更新时间: 2014-12-06