Package Data | |
---|---|
Maintainer Username: | MoiSet |
Package Create Date: | 2015-03-19 |
Package Last Update: | 2016-01-14 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2025-01-16 03:02:24 |
Package Statistics | |
---|---|
Total Downloads: | 57 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 1 |
Total Watchers: | 6 |
Total Forks: | 0 |
Total Open Issues: | 0 |
You can install the package via composer. add the following line to your composer.json file:
"technologyinlive/oauth-server-laravel-mongo": "dev-master"
Add this line of code to the providers
array located in your app/config/app.php
file:
'LucaDegasperi\OAuth2Server\Storage\FluentStorageServiceProvider',
'LucaDegasperi\OAuth2Server\OAuth2ServerServiceProvider',
And this lines to the aliases
array:
'Authorizer' => 'LucaDegasperi\OAuth2Server\Facades\AuthorizerFacade',
The code on which this package is based
This is a VERY UNSTABLE version