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 c311f5f commit 60d14abCopy full SHA for 60d14ab
doctrine/dbal.rst
@@ -21,7 +21,13 @@ makes it easy to execute queries and perform other database actions.
21
Read the official Doctrine `DBAL Documentation`_ to learn all the details
22
and capabilities of Doctrine's DBAL library.
23
24
-To get started, configure the ``DATABASE_URL`` environment variable in ``.env``:
+First, install the Doctrine bundle:
25
+
26
+.. code-block:: terminal
27
28
+ composer require doctrine/doctrine-bundle
29
30
+Then configure the ``DATABASE_URL`` environment variable in ``.env``:
31
32
.. code-block:: text
33
0 commit comments