Skip to content

Commit 60d14ab

Browse files
stormoPLjaviereguiluz
authored andcommitted
Update dbal.rst
1 parent c311f5f commit 60d14ab

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

doctrine/dbal.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,13 @@ makes it easy to execute queries and perform other database actions.
2121
Read the official Doctrine `DBAL Documentation`_ to learn all the details
2222
and capabilities of Doctrine's DBAL library.
2323

24-
To get started, configure the ``DATABASE_URL`` environment variable in ``.env``:
24+
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``:
2531

2632
.. code-block:: text
2733

0 commit comments

Comments
 (0)