Skip to content

Commit 3929050

Browse files
committed
Merge branch '8.0' into 8.1
* 8.0: [Doctrine] Move the configuration reference to the bundle
2 parents 634a320 + fb31165 commit 3929050

File tree

4 files changed

+19
-697
lines changed

4 files changed

+19
-697
lines changed

doctrine/dbal.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Then configure the ``DATABASE_URL`` environment variable in ``.env``:
3535
DATABASE_URL="mysql://db_user:db_password@127.0.0.1:3306/db_name?serverVersion=8.0.37"
3636
3737
Further things can be configured in ``config/packages/doctrine.yaml`` - see
38-
:ref:`reference-dbal-configuration`. Remove the ``orm`` key in that file
38+
`Doctrine DBAL configuration reference`_. Remove the ``orm`` key in that file
3939
if you *don't* want to use the Doctrine ORM.
4040

4141
You can then access the Doctrine DBAL connection by autowiring the ``Connection``
@@ -273,3 +273,4 @@ mapping type:
273273
.. _`Doctrine`: https://www.doctrine-project.org/
274274
.. _`DBAL Documentation`: https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/index.html
275275
.. _`Custom Mapping Types`: https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/types.html#custom-mapping-types
276+
.. _`Doctrine DBAL configuration reference`: https://symfony.com/bundles/DoctrineBundle/current/configuration.html

0 commit comments

Comments
 (0)