File tree Expand file tree Collapse file tree 4 files changed +19
-697
lines changed
Expand file tree Collapse file tree 4 files changed +19
-697
lines changed Original file line number Diff line number Diff 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
3939if you *don't * want to use the Doctrine ORM.
4040
4141You 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
You can’t perform that action at this time.
0 commit comments