mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-02 00:43:11 +05:30
Merge pull request #546 from Loilo/gh-pages
Updated link to Composer autoloading documentation
This commit is contained in:
commit
fcff0a32e8
@ -14,7 +14,7 @@ In your project root just run:
|
||||
composer require league/oauth2-server:5.0.0-RC2
|
||||
{% endhighlight %}
|
||||
|
||||
Ensure that you’ve set up your project to [autoload Composer-installed packages](https://getcomposer.org/doc/00-intro.md#autoloading).
|
||||
Ensure that you’ve 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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user