2017 © Pedro Peláez
 

library laravel-oauth2-ui

A Laravel 5 service provider for prakashdivyy/oauth2-ui

image

prakashdivyy/laravel-oauth2-ui

A Laravel 5 service provider for prakashdivyy/oauth2-ui

  • Thursday, April 6, 2017
  • by prakashdivyy
  • Repository
  • 1 Watchers
  • 0 Stars
  • 113 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

prakashdivyy/laravel-oauth2-ui

Installation

To install, add this on composer.json:, (*1)

{ 
    "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:, (*2)

``` php PrakashDivy\Laravel\OAuth2\UI\UIServiceProvider::class, (*3)


Then, add the following to the `aliases` array in the same file: ``` php 'UI' => PrakashDivy\Laravel\OAuth2\UI\Facades\UI::class

Now, run the following to properly set up the package with your Laravel application:, (*4)

bash php artisan vendor:publish, (*5)

The Versions

06/04 2017

dev-master

9999999-dev https://github.com/prakashdivyy/laravel-oauth2-ui

A Laravel 5 service provider for prakashdivyy/oauth2-ui

  Sources   Download

MIT

The Requires

 

laravel oauth2

06/04 2017

v1.0.3

1.0.3.0 https://github.com/prakashdivyy/laravel-oauth2-ui

A Laravel 5 service provider for prakashdivyy/oauth2-ui

  Sources   Download

MIT

The Requires

 

laravel oauth2