File tree Expand file tree Collapse file tree 1 file changed +8
-18
lines changed Expand file tree Collapse file tree 1 file changed +8
-18
lines changed Original file line number Diff line number Diff line change 6
6
7
7
The package assumes you have a good-enough knowledge of the principles behind the [ OAuth 2.0 Specification] ( http://tools.ietf.org/html/rfc6749 ) .
8
8
9
- ## Package Installation
10
-
11
- You can install the package via composer. add the following line to your composer.json file:
12
-
13
- ``` javascript
14
- " lucadegasperi/oauth2-server-laravel" : " 3.0.x"
15
- ```
16
-
17
- Add this line of code to the ``` providers ``` array located in your ``` app/config/app.php ``` file:
18
- ``` php
19
- 'LucaDegasperi\OAuth2Server\Storage\FluentStorageServiceProvider',
20
- 'LucaDegasperi\OAuth2Server\OAuth2ServerServiceProvider',
21
- ```
22
-
23
- And this lines to the ``` aliases ``` array:
24
- ``` php
25
- 'Authorizer' => 'LucaDegasperi\OAuth2Server\Facades\AuthorizerFacade',
26
- ```
9
+ ## Version Compability
10
+
11
+ Laravel | OAuth Server | PHP
12
+ :---------|:-------------|:----
13
+ 4.0.x | 1.0.x |>= 5.3
14
+ 4.1.x | 1.0.x |>= 5.3
15
+ 4.2.x | 3.0.x |>= 5.4
16
+ 5.0.x | 4.0.x@dev |>= 5.4
27
17
28
18
## Documentation
29
19
You can’t perform that action at this time.
0 commit comments