illarra/content-bundle

This package is abandoned and no longer maintained. No replacement package was suggested.

Entities and classes for managing website content.

Installs: 80

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Type:symfony-bundle

pkg:composer/illarra/content-bundle

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

This package is not auto-updated.

Last update: 2024-05-06 13:02: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(),
        // ...
    );
}