ianfunghk / luck-fb-connect-laravel by ianfunghk

Facebook Connect for Laravel
13
0
2
Package Data
Maintainer Username: ianfunghk
Maintainer Contact: ianfunghk@459734.no-reply.drupal.org (Ian Fung)
Package Create Date: 2017-04-20
Package Last Update: 2017-04-20
Language: PHP
License: MIT
Last Refreshed: 2024-04-15 15:15:55
Package Statistics
Total Downloads: 13
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

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.