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: about 2 months ago
JSON representation
Positibe Content Management System Bundle
- Host: GitHub
- URL: https://github.com/positibe/cmsbundle
- Owner: Positibe
- Created: 2015-11-25T21:22:33.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-03-26T15:49:20.000Z (over 7 years ago)
- Last Synced: 2025-01-31T13:14:56.238Z (over 1 year ago)
- Topics: bundle, cmf, cms, positibe-bundles, symfony-bundle, symfony-cmf, symonfy
- Language: PHP
- Homepage:
- Size: 301 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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: