CoreBundle is providing common resources to Tisseo Symfony2 bundles.
- PHP 5.3+
- Symfony 2.6.x
- composer.json:
"repositories": [
{
"type": "git",
"url": "https://github.com/Tisseo/CoreBundle.git"
},
//...
],
"require": {
"tisseo/core-bundle": "dev-master",
// ...
}
- AppKernel.php
$bundles = array(
new Tisseo\CoreBundle\TisseoCoreBundle(),
// ...
);
- Vincent Passama - vincent.passama@gmail.com