illarra / core-bundle
This package is abandoned and no longer maintained.
No replacement package was suggested.
Core functionality.
Package info
github.com/illarra/IllarraCoreBundle
Language:CSS
Type:symfony-bundle
pkg:composer/illarra/core-bundle
0.1.1
2013-08-09 11:50 UTC
Requires
- php: >=5.4
- knplabs/knp-menu-bundle: 2.0.*
Requires (Dev)
- symfony/framework-bundle: >=2.3,<2.4-dev
This package is not auto-updated.
Last update: 2024-05-06 12:35:57 UTC
README
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(), // ... ); }