2017 © Pedro Peláez
 

demobundle

image

company/demobundle

  • by SulivanDotEu
  • Repository
  • 0 Watchers
  • 0 Stars
  • 0 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 0 Versions
  • 0 % Grown

The README.md

SimpleCmsBundle

A simple CMS that provide block content and a few strategy (by country, by language, etc...) to manage the content of your website (or more)., (*1)

Installation

test, (*2)

  • add the code inyour project : git submodule add https://github.com/SulivanDotEu/SimpleCmsBundle.git src/Walva/SimpleCmsBundle
  • add the bundle to your appkernel : new Walva\SimpleCmsBundle\WalvaSimpleCmsBundle()

Getting started

  • Create a block
  • Create the content (a document)
  • link the content to the block
  • include the block : {{ cms_inclodeBlock('home.greetings', {"country" : app.request.get('country')})|raw }}

Database

  • block
  • abstract_content_deliverer
  • country_strategy_relation
  • language_strategy_relation

The Versions