8000 Patch based 2.7 by franciscocorrales · Pull Request #6985 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Patch based 2.7 #6985

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

Closed
Closed
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
Update installation.rst
This does only apply to Symfony >= 3.0.
  • Loading branch information
Francisco Corrales Morales authored Sep 21, 2016
commit 5fdb433fd567ba0e7c9cb704ba86d7494c930058
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:: bash

$ 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:: bash

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

The output will look like this:

Expand Down
0