2017 © Pedro Peláez
 

symfony-bundle content-bundle

Entities and classes for managing website content.

image

illarra/content-bundle

Entities and classes for managing website content.

  • Friday, October 4, 2013
  • by doup
  • Repository
  • 1 Watchers
  • 1 Stars
  • 80 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Illarra Content Bundle

Build Status Total Downloads Latest Stable Version Latest Unstable Version, (*1)

Installation

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

// 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(),
        // ...
    );
}

The Versions

04/10 2013

dev-master

9999999-dev https://github.com/illarra/IllarraContentBundle

Entities and classes for managing website content.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Eneko Illarramendi

bundle content