oauth2-server/installation.md

18 lines
364 B
Markdown
Raw Normal View History

2014-09-30 22:44:18 +01:00
---
layout: default
title: Installation
permalink: /installation/
---
# Installation
2014-11-08 14:37:55 -03:00
The recommended installation method is via Composer.
2014-09-30 22:44:18 +01:00
2014-10-13 16:07:45 +01:00
In your project root just run:
2014-09-30 22:44:18 +01:00
2014-11-08 14:37:55 -03:00
~~~shell
$ composer require league/oauth2-server
2014-09-30 22:44:18 +01:00
~~~
2014-10-13 16:08:15 +01:00
Ensure that youve set up your project to [autoload Composer-installed packages](https://getcomposer.org/doc/00-intro.md#autoloading).