Skip to content

Commit 5c0f8fb

Browse files
committed
minor #5342 [Cookbook][Bundles] clarify bundle installation instructions (xabbuh)
This PR was merged into the 2.3 branch. Discussion ---------- [Cookbook][Bundles] clarify bundle installation instructions | Q | A | ------------- | --- | Doc fix? | no | New docs? | no | Applies to | all | Fixed tickets | symfony/monolog-bundle#124 (comment) Commits ------- 5a33e0e clarify bundle installation instructions
2 parents ae35338 + 5a33e0e commit 5c0f8fb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cookbook/bundles/best_practices.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,8 @@ following standardized instructions in your ``README.md`` file.
230230
Step 2: Enable the Bundle
231231
-------------------------
232232
233-
Then, enable the bundle by adding the following line in the `app/AppKernel.php`
234-
file of your project:
233+
Then, enable the bundle by adding it to the list of registered bundles
234+
in the `app/AppKernel.php` file of your project:
235235
236236
```php
237237
<?php
@@ -276,8 +276,8 @@ following standardized instructions in your ``README.md`` file.
276276
Step 2: Enable the Bundle
277277
-------------------------
278278
279-
Then, enable the bundle by adding the following line in the ``app/AppKernel.php``
280-
file of your project:
279+
Then, enable the bundle by adding it to the list of registered bundles
280+
in the ``app/AppKernel.php`` file of your project:
281281
282282
.. code-block:: php
283283

0 commit comments

Comments
 (0)