oauth2-server/installation.md

18 lines
364 B
Markdown
Raw Normal View History

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