Download the PHP package c33s/simple-content-bundle without Composer
On this page you can find all versions of the php package c33s/simple-content-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download c33s/simple-content-bundle
More information about c33s/simple-content-bundle
Files in c33s/simple-content-bundle
Package simple-content-bundle
Short Description routing-based menu system for symfony2
License MIT GPL-3.0
Homepage https://github.com/vworldat/SimpleContentBundle
Informations about the package simple-content-bundle
C33sSimpleContentBundle
Propel-driven content blocks right from your Twig templates. This is intended to be used with small to medium-sized websites, where the original content is hard-coded in templates instead of fixtures for faster development.
Just wrap your HTML, text or Markdown content in some twig filters and you are ready to go!
For now this bundle depends on cedriclombardot/admingenerator-generator-bundle
for content editing.
I'm planning to separate this in the future.
THIS IS WORK IN PROGRESS! USE AT YOUR OWN RISK!
Installation
Require c33s/simple-content-bundle
in your composer.json
file:
Register the bundle in app/AppKernel.php
:
Override options in your config.yml:
Make sure the %locales% parameter is defined:
Usage
Use the twig filters delivered with this bundle to automatically add content from your templates.
All versions of simple-content-bundle with dependencies
propel/propel-bundle Version ~1.2
knplabs/knp-markdown-bundle Version ~1.3