rafasribeiro/fbdoctrine

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:symfony-bundle

dev-master / 1.1.x-dev 2017-05-03 20:39 UTC

This package is not auto-updated.

Last update: 2024-05-20 14:08:39 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(), ];