mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-02 00:43:11 +05:30
383 B
Executable File
383 B
Executable File
layout | title | permalink |
---|---|---|
default | Installation | /installation/ |
Installation
The recommended way of installing the library is via Composer.
In your project root just run:
composer require league/oauth2-server:4.0.x-dev
Ensure that you’ve set up your project to autoload Composer-installed packages.