File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ How to Install 3rd Party Bundles
7
7
Most bundles provide their own installation instructions. However, the
8
8
basic steps for installing a bundle are the same:
9
9
10
- * `a ) Add Composer Dependencies `_
11
- * `b ) Enable the Bundle `_
12
- * `c ) Configure the Bundle `_
10
+ * `A ) Add Composer Dependencies `_
11
+ * `B ) Enable the Bundle `_
12
+ * `C ) Configure the Bundle `_
13
13
14
- a ) Add Composer Dependencies
14
+ A ) Add Composer Dependencies
15
15
----------------------------
16
16
17
17
Dependencies are managed with Composer, so if Composer is new to you, learn
@@ -43,7 +43,7 @@ and download the library into the ``vendor/`` directory. If you need a specific
43
43
version, add a ``: `` and the version right after the library name (see
44
44
`composer require `_).
45
45
46
- b ) Enable the Bundle
46
+ B ) Enable the Bundle
47
47
--------------------
48
48
49
49
At this point, the bundle is installed in your Symfony project (in
@@ -68,7 +68,7 @@ The only thing you need to do now is register the bundle in ``AppKernel``::
68
68
}
69
69
}
70
70
71
- c ) Configure the Bundle
71
+ C ) Configure the Bundle
72
72
-----------------------
73
73
74
74
It's pretty common for a bundle to need some additional setup or configuration
You can’t perform that action at this time.
0 commit comments