1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 00:22:53 +00:00

Add docs about autoloader optimizations, fixes #5947

This commit is contained in:
Jordi Boggiano 2017-03-07 12:33:19 +01:00
parent c61a1c7523
commit f1f064981b
3 changed files with 125 additions and 6 deletions

View file

@ -200,6 +200,8 @@ In addition to PSR-4 autoloading, Composer also supports PSR-0, classmap and
files autoloading. See the [`autoload`](04-schema.md#autoload) reference for
more information.
See also the docs on [`optimizing the autoloader`](articles/autoloader-optimization.md).
> **Note:** Composer provides its own autoloader. If you don't want to use that
> one, you can just include `vendor/composer/autoload_*.php` files, which return
> associative arrays allowing you to configure your own autoloader.