We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6806543 commit 1fdd767Copy full SHA for 1fdd767
doctrine.rst
@@ -65,7 +65,7 @@ The database connection information is stored as an environment variable called
65
you must encode them. See `RFC 3986`_ for the full list of reserved characters or
66
use the :phpfunction:`urlencode` function to encode them. In this case you need to
67
remove the ``resolve:`` prefix in ``config/packages/doctrine.yaml`` to avoid errors:
68
- ``url: '%env(resolve:DATABASE_URL)%'``
+ ``url: '%env(DATABASE_URL)%'``
69
70
Now that your connection parameters are setup, Doctrine can create the ``db_name``
71
database for you:
0 commit comments