illarra/core-bundle

Core functionality.

Installs: 255

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 1

Language:CSS

Type:symfony-bundle

0.1.1 2013-08-09 11:50 UTC

This package is not auto-updated.

Last update: 2024-04-08 12:22:52 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\AopBundle\JMSAopBundle(),
        new JMS\SerializerBundle\JMSSerializerBundle(),
        new JMS\SecurityExtraBundle\JMSSecurityExtraBundle(),
        new Knp\Bundle\MenuBundle\KnpMenuBundle(),
        new Lexik\Bundle\FormFilterBundle\LexikFormFilterBundle(),
        new Illarra\CoreBundle\IllarraCoreBundle(),
        // ...
    );
}