Files
symfony-flex-recipes/doctrine/doctrine-bundle/2.13/post-install.txt
T
Christophe Coevoet 810002ccbf Add a recipe for DoctrineBundle 2.13
This recipe avoids getting deprecations from the ORM by turning on new
settings.
For the identity generation precedence, using `identity` is the best
choice for new projects (especially when using DBAL 4.x from the start).
2024-10-10 15:24:15 +02:00

5 lines
196 B
Plaintext

* Modify your DATABASE_URL config in <fg=green>.env</>
* Configure the <fg=green>driver</> (postgresql) and
<fg=green>server_version</> (16) in <fg=green>config/packages/doctrine.yaml</>