oauth2-server/installation.md
2014-11-08 14:37:55 -03:00

364 B
Executable File
Raw Blame History

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 youve set up your project to autoload Composer-installed packages.