Download the PHP package it-blaster/content-bundle without Composer
On this page you can find all versions of the php package it-blaster/content-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download it-blaster/content-bundle
More information about it-blaster/content-bundle
Files in it-blaster/content-bundle
Package content-bundle
Short Description Symfony2 bundle for site content management, require Propel, Sonata and jstree
License MIT
Homepage https://github.com/it-blaster/content-bundle
Informations about the package content-bundle
ContentBundle
Installation
Add to composer.json
and install
Add bundle to AppKernel.php
Add to routing.yml
Build models, run SQL and install assets
To enable labels translation in SonataAdmin
Cofigure
Edit your config.yml
, add etfostra_content:
Debug routes
Twig functions
Getting link by route name:
This function return link to page by "Route Name", you can copy it from Page edit form. Function prevent exception when route not found.
Getting link by slug:
Generates extra query! This function return link to page by Slug, you can edit and copy it on Page edit form. Function prevent exception when route not found.
All versions of content-bundle with dependencies
propel/propel-bundle Version >=1.0
sonata-project/propel-admin-bundle Version >=1.0
egeloen/ckeditor-bundle Version >=2.0
it-blaster/translation-bundle Version >=1.0.0