updated link pointing to section about autoloading in composer documentation

This commit is contained in:
Florian Reuschel 2016-04-13 20:29:22 +02:00
parent bccb03f9e4
commit 0becbe316e

View File

@ -14,7 +14,7 @@ In your project root just run:
composer require league/oauth2-server:5.0.0-RC2
{% endhighlight %}
Ensure that youve set up your project to [autoload Composer-installed packages](https://getcomposer.org/doc/00-intro.md#autoloading).
Ensure that youve set up your project to [autoload Composer-installed packages](https://getcomposer.org/doc/01-basic-usage.md#autoloading).
Depending on [which grant](/authorization-server/which-grant/) you are implementing you will need to implement a number of repository interfaces. Each grant documentation page lists which repositories are required, and each repository interface has it's own documentation page.