dev-master
9999999-dev http://nellafw.orgDoctrine 2 ORM and Migrations addon for Nette Framework
BSD-3-Clause GPL-2.0+
The Requires
- php >=5.3.2
- nette/nette 2.0.*
- doctrine/orm 2.3.*
orm migrations doctrine nette addon nella
Doctrine 2 ORM and Migrations addon for Nette Framework
Library for easy integration Doctrine 2 ORM to Nette Framework., (*1)
Add "nella/doctrine": "*"
to composer.json and run composer update
.
Edit your *bootstrap.php and add Nella\Doctrine\Config\Extension::register($configurator);
before $configurator->createContainer()
., (*2)
If you want to use Doctrine Migrations add
Nella\Doctrine\Config\MigrationsExtension::register($configurator);
before
$configurator->createContainer()
., (*3)
For more info please follow documentaion., (*4)
Doctrine 2 ORM and Migrations addon for Nette Framework
BSD-3-Clause GPL-2.0+
orm migrations doctrine nette addon nella