Download the PHP package tayokin/laravel-facebook-accountkit without Composer
On this page you can find all versions of the php package tayokin/laravel-facebook-accountkit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tayokin/laravel-facebook-accountkit
More information about tayokin/laravel-facebook-accountkit
Files in tayokin/laravel-facebook-accountkit
Package laravel-facebook-accountkit
Short Description Laravel Facebook Account Kit SDK (PHP)
License MIT
Homepage https://github.com/tayokin/laravel-facebook-accountkit
Informations about the package laravel-facebook-accountkit
Laravel Facebook Account Kit
A simple package to make Password-less Login possible in Laravel using Facebook's Account Kit.
Requirements
php 7.1+
Composer
Laravel 5.x
Installation
To use this package in a Laravel Project, install via Composer
Register the package to the Service Provider in the config/app.php
file:
You can make of some assets provided in this package to speed up your implementation: run
Usage
Create your app on Facebook following guidelines here.
You can view example here.
Update .env
file with credentials from Facebook:
Define your route in routes/web.php
. E.g:
Import the package in your Controller and use it therein. E.g:
The above return an array similar to this:
Views
Ensure your form has csrf_token
, E.g:
You can also specify country
. E.g:
Testing
Credits
This package is maintained by Tayokin Max.
Change log
Please check out CHANGELOG file for information on what has changed recently.
License
This package is released under the MIT Licence. See the bundled LICENSE file for details.