| Install | |
|---|---|
composer require pfilsx/postgresql-doctrine-bundle |
|
| Latest Version: | v0.2.2 |
| PHP: | ^8.1 |
Provides symfony-bridge for pfilsx/postgresql-doctrine package.
Open a command console, enter your project directory and execute the following command to download the latest version of this bundle:
composer require pfilsx/postgresql-doctrine-bundle
Register bundle into config/bundles.php (Flex did it automatically):
return [
...
Pfilsx\PostgreSQLDoctrineBundle\PostgreSQLDoctrineBundle::class => ['all' => true],
];