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
Its better to use e.g. here cause that is just an example. Doesn't always going to be in that path.
  • Loading branch information
Francisco Corrales Morales authored and javiereguiluz committed Feb 14, 2017
commit 3433e5029916185ab7af42a3262b2c8c302e7b69
6 changes: 3 additions & 3 deletions bundles/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ version, include it as the second argument of the `composer require`_ command:
B) Enable the Bundle
--------------------

At this point, the bundle is installed in your Symfony project (in
At this point, the bundle is installed in your Symfony project (e.g.
``vendor/friendsofsymfony/``) and the autoloader recognizes its classes.
The only thing you need to do now is register the bundle in ``AppKernel``::

Expand Down Expand Up @@ -108,14 +108,14 @@ via the ``config:dump-reference`` command:

.. code-block:: terminal

$ app/console config:dump-reference AsseticBundle
$ bin/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

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

The output will look like this:

Expand Down