8000 Minor fixes about bundle overridding by javiereguiluz · Pull Request #7490 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Minor fixes about bundle overridding #7490

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Apr 15, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update installation.rst
This does only apply to Symfony >= 3.0.
  • Loading branch information
Francisco Corrales Morales authored and javiereguiluz committed Feb 14, 2017
commit 600d302b18b093fe0a73b53976fcb229d03a814a
4 changes: 2 additions & 2 deletions bundles/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -108,14 +108,14 @@ via the ``config:dump-reference`` command:

.. code-block:: terminal

$ bin/console config:dump-reference AsseticBundle
$ app/console config:dump-reference AsseticBundle

Instead of the full bundle name, you can also pass the short name used as the root
of the bundle's configuration:

.. code-block:: terminal

$ bin/console config:dump-reference assetic
$ app/console config:dump-reference assetic

The output will look like this:

Expand Down
0