rafasribeiro / fbdoctrine
Package info
github.com/RafaSRibeiro/FBDoctrine
Type:symfony-bundle
pkg:composer/rafasribeiro/fbdoctrine
dev-master / 1.1.x-dev
2017-05-03 20:39 UTC
Requires
- php: >=5.5.9
- doctrine/doctrine-bundle: ^1.6
- doctrine/doctrine-cache-bundle: ^1.2
- doctrine/orm: ^2.5
This package is not auto-updated.
Last update: 2026-02-23 22:43:36 UTC
README
A Symfony project created on May 3, 2017, 6:56 pm.
config.yml
Doctrine Configuration
doctrine: dbal: driver: ~ driver_class: RafaSRibeiro\FBDoctrineBundle\DBAL\Driver\Firebird\Driver
AppKernel.php public function registerBundles() { $bundles = [ new RafaSRibeiro\FBDoctrineBundle\FBDoctrineBundle(), ];