Skip to content

aplr/laravel-passport-grant-facebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel-Facebook

Travis Packagist license

Introduction

The laravel-passport-grant-facebook package allows you to use a Facebook Grant in addition to the default Password Grant in Laravel Passport.

Installation

Require the aplr/laravel-passport-grant-facebook package in your composer.json and update your dependencies:

$ composer require aplr/laravel-passport-grant-facebook

Laravel 5.5 uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.

If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php

Aplr\LaravelPassportFacebook\ServiceProvider::class,

Configuration

This package is using aplr/laravel-facebook to access Facebook Graph. See laravel-facebook configuration for details.

Licence

laravel-passport-grant-facebook is open-sourced software licensed under the MIT license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages