Skip to content

Commit

Permalink
added a tip about the Composer autoloader
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jan 4, 2012
1 parent b93c118 commit 13ba87c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions book/part1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,12 @@ should not throw any error:
The Symfony website has more information about the `ClassLoader`_
component.

.. note::

Composer automatically creates an autoloader for all your installed
dependencies; instead of using the ClassLoader component, you can also
just require ``vendor/.composer/autoload.php``.

Our Project
-----------

Expand Down

0 comments on commit 13ba87c

Please sign in to comment.