ianfunghk / luckfbconnect
Facebook Connect for Laravel
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/ianfunghk/luckfbconnect
Requires
- php: >=5.6
- facebook/graph-sdk: ^5.4
This package is not auto-updated.
Last update: 2025-10-04 01:04:27 UTC
README
// 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.