illarra/content-bundle

Entities and classes for managing website content.

dev-master 2013-10-04 12:00 UTC

This package is not auto-updated.

Last update: 2024-04-08 12:41:32 UTC


README

Build Status Total Downloads Latest Stable Version Latest Unstable Version

Installation

Add this bundle (and its dependencies, if they are not already there) to your application's kernel:

// app/AppKernel.php
public function registerBundles()
{
    return array(
        // ...
        new JMS\DiExtraBundle\JMSDiExtraBundle($this),
        new Knp\Bundle\MarkdownBundle\KnpMarkdownBundle(),
        new Liip\ImagineBundle\LiipImagineBundle(),
        new Illarra\ContentBundle\IllarraContentBundle(),
        // ...
    );
}