manhattan/content-bundle

Easy integration of content bundle for Manhattan Content in Symfony2

Installs: 88

Dependents: 2

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:symfony-bundle

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

This package is auto-updated.

Last update: 2024-03-26 20:52:34 UTC


README

ContentBundle is a simple Console addition for editable content within Symfony2.

Installation

If you are using Symfony 2.1 you can install by adding the dependencies into the composer.json file.

"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"
           }
       }
   }
]