manhattan/content-bundle

在Symfony2中轻松集成Manhattan内容包

安装: 88

依赖项: 2

建议者: 0

安全: 0

星标: 0

关注者: 2

分支: 0

开放问题: 0

类型:symfony-bundle

dev-master 2013-10-31 06:26 UTC

This package is auto-updated.

Last update: 2024-08-26 21:44:14 UTC


README

ContentBundle是Symfony2中可编辑内容的简单控制台扩展。

安装

如果您正在使用Symfony 2.1,可以通过在composer.json文件中添加依赖项来安装。

"require": {
    ...
    "manhattan/content-bundle": "dev-master"        
},
"repositories": [
   {
       "type": "package",
       "package": {
           "version": "dev-master",
           "name": "manhattan/content-bundle",
           "source": {
               "url": "git@bitbucket.org:frodosghost/contentbundle.git",
               "type": "git",
               "reference": "master"
           },
           "dist": {
               "url": "https://bitbucket.org/frodosghost/contentbundle/get/master.zip",
               "type": "zip"
           }
       }
   }
]