LaravelPackages.net
Acme Inc.
Toggle sidebar
ianfunghk/luckfbconnect

Facebook Connect for Laravel

17
0
1.0
About ianfunghk/luckfbconnect

ianfunghk/luckfbconnect is a Laravel package for facebook connect for laravel. It currently has 0 GitHub stars and 17 downloads on Packagist (latest version 1.0). Install it with composer require ianfunghk/luckfbconnect. Discover more Laravel packages by ianfunghk or browse all Laravel packages to compare alternatives.

Last updated

Facebook Connect for Laravel

// config/app.php

'providers' => [ // ... Ianfunghk\Luckfbconnect\LuckfbconnectServiceProvider::class, ],

'aliases' => [ // ... 'Luckfbconnect' => Ianfunghk\Luckfbconnect\Luckfbconnect::class, ],

License

The MIT License (MIT). Please see License File for more information.

Comments