mirror of
https://github.com/symfony/recipes.git
synced 2026-09-15 00:56:24 +03:00
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).
5 lines
196 B
Plaintext
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</>
|