Skip to content

Commit 13ba87c

Browse files
committed
added a tip about the Composer autoloader
1 parent b93c118 commit 13ba87c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

book/part1.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,12 @@ should not throw any error:
177177
The Symfony website has more information about the `ClassLoader`_
178178
component.
179179

180+
.. note::
181+
182+
Composer automatically creates an autoloader for all your installed
183+
dependencies; instead of using the ClassLoader component, you can also
184+
just require ``vendor/.composer/autoload.php``.
185+
180186
Our Project
181187
-----------
182188

0 commit comments

Comments
 (0)