dev-master
9999999-devThis bundle provides an additional functionality for work with doctrine2
MIT
The Requires
by Igor Drozd
v1.0
1.0.0.0This bundle provides an additional functionality for work with doctrine2
MIT
The Requires
by Igor Drozd
Wallogit.com
2017 © Pedro Peláez
This bundle provides an additional functionality for work with doctrine2
1) Add to your composer.json, (*1)
"require": {
...
"igdr/doctrine-extra-bundle": "dev-master"
...
}
2) Add to AppKernel:, (*2)
public function registerBundles()
{
$bundles = array(
...
new Igdr\DoctrineExtraBundle\IgdrDoctrineExtraBundle(),
...
..., (*3)
This bundle provides an additional functionality for work with doctrine2
MIT
This bundle provides an additional functionality for work with doctrine2
MIT