An open API service indexing awesome lists of open source software.

https://github.com/positibe/cmsbundle

Positibe Content Management System Bundle
https://github.com/positibe/cmsbundle

bundle cmf cms positibe-bundles symfony-bundle symfony-cmf symonfy

Last synced: 2 months ago
JSON representation

Positibe Content Management System Bundle

Awesome Lists containing this project

README

          

PositibeCmsBundle
=================

This bundle provide a AbstractPage, Page and Category entity and integrate some other Positibe bundles to create a Page CMS representation.

Installation
------------

Before

To install the bundle just add the dependent bundles:

php composer.phar require positibe/cms-bundle

This bundle set the required configuration of other Positibe Bundles for you like:
* PositibeMenuBundle
* PositibeMediaBundle
* PositibeCmfRoutingExtraBundle
* PositibeCmsBundle

But it's better take a look at those README.md file

Next, be sure to enable the bundles in your application kernel: