File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Original file line number Diff line number Diff line change @@ -193,12 +193,12 @@ In practice, many Symfony applications rely on the independent
193
193
`Doctrine project `_ to define their model using entities and repositories.
194
194
195
195
Doctrine support is not enabled by default in Symfony. So to use Doctrine
196
- as shown in the examples below you will need to install `Doctrine ORM support `_
196
+ as shown in the examples below you will need to install :doc: `Doctrine ORM support < /doctrine >`
197
197
by executing the following command:
198
198
199
199
.. code-block :: terminal
200
200
201
- $ composer require " symfony/orm-pack"
201
+ $ composer require symfony/orm-pack
202
202
203
203
Just like with business logic, we recommend storing Doctrine entities in the
204
204
AppBundle.
@@ -310,7 +310,7 @@ the following command to install the Doctrine fixtures bundle:
310
310
311
311
.. code-block :: terminal
312
312
313
- $ composer require " doctrine/doctrine-fixtures-bundle"
313
+ $ composer require doctrine/doctrine-fixtures-bundle
314
314
315
315
Then, enable the bundle in ``AppKernel.php ``, but only for the ``dev `` and
316
316
``test `` environments::
You can’t perform that action at this time.
0 commit comments