Merge pull request #546 from Loilo/gh-pages

Updated link to Composer autoloading documentation
This commit is contained in:
Alex Bilbie 2016-04-14 07:30:21 +01:00
commit fcff0a32e8

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.