prakashdivyy/laravel-oauth2-ui

A Laravel 5 service provider for prakashdivyy/oauth2-ui
124
Install
composer require prakashdivyy/laravel-oauth2-ui
Latest Version:v1.0.3
PHP:^5.6 || ^7.0
License:MIT
Last Updated:Apr 23, 2017
Links: GitHub  ·  Packagist
Maintainer: prakashdivyy

prakashdivyy/laravel-oauth2-ui

Installation

To install, add this on composer.json:

{ 
    "require": {
        "prakashdivyy/laravel-oauth2-ui": "*"
    }
}

After requiring the package with Composer, you'll need to add the following to the providers array in config/app.php:

PrakashDivy\Laravel\OAuth2\UI\UIServiceProvider::class

Then, add the following to the aliases array in the same file:

'UI' => PrakashDivy\Laravel\OAuth2\UI\Facades\UI::class

Now, run the following to properly set up the package with your Laravel application:

php artisan vendor:publish

Related Packages

someline/rest-api-client

An elegant and smart Rest API Client with OAuth2 authentication support. Build f...

13,423 8
kyllesdk/laravel-oauth2-updated

Authorize users in your application with multiple OAuth 2.0 providers.

38 1
aokoruyucu/oauth2-server-laravel

An OAuth 2.0 bridge for Laravel and Lumen

9 0
ilirhushi/oauth2-server-laravel

Laravel wrapper for the OAuth 2.0 Server package league/oauth2-server.

11 0
djaxho/laravel-infusionsoft-oauth2

Laravel package to facilitate the use of the Infusionsoft API using OAUTH2

423 2