Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

[WIP] Cookbook grammar and style fixes #4694

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
wants to merge 12 commits into from
Prev Previous commit
Next Next commit
Reverted lowercase enumeration
  • Loading branch information
frne committed Dec 28, 2014
commit 393d50cd28f52111a40d9b9aafcd2ac1aec32413
12 changes: 6 additions & 6 deletions 12 cookbook/bundles/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ How to Install 3rd Party Bundles
Most bundles provide their own installation instructions. However, the
basic steps for installing a bundle are the same:

* `a) Add Composer Dependencies`_
* `b) Enable the Bundle`_
* `c) Configure the Bundle`_
* `A) Add Composer Dependencies`_
* `B) Enable the Bundle`_
* `C) Configure the Bundle`_

a) Add Composer Dependencies
A) Add Composer Dependencies
----------------------------

Dependencies are managed with Composer, so if Composer is new to you, learn
Expand Down Expand Up @@ -43,7 +43,7 @@ and download the library into the ``vendor/`` directory. If you need a specific
version, add a ``:`` and the version right after the library name (see
`composer require`_).

b) Enable the Bundle
B) Enable the Bundle
--------------------

At this point, the bundle is installed in your Symfony project (in
Expand All @@ -68,7 +68,7 @@ The only thing you need to do now is register the bundle in ``AppKernel``::
}
}

c) Configure the Bundle
C) Configure the Bundle
-----------------------

It's pretty common for a bundle to need some additional setup or configuration
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.