oauth2-server/installation.md
2014-10-13 16:08:15 +01:00

18 lines
383 B
Markdown
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
layout: default
title: Installation
permalink: /installation/
---
# Installation
The recommended way of installing the library is via Composer.
In your project root just run:
~~~ shell
composer require league/oauth2-server:4.0.x-dev
~~~
Ensure that youve set up your project to [autoload Composer-installed packages](https://getcomposer.org/doc/00-intro.md#autoloading).