mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-01 16:33:07 +05:30
364 B
Executable File
364 B
Executable File
layout | title | permalink |
---|---|---|
default | Installation | /installation/ |
Installation
The recommended installation method is via Composer.
In your project root just run:
$ composer require league/oauth2-server
Ensure that you’ve set up your project to autoload Composer-installed packages.