mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-02 19:51:03 +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.