ianfunghk / luckfbconnect
Facebook Connect for Laravel
1.0
2017-04-20 10:36 UTC
Requires
- php: >=5.6
- facebook/graph-sdk: ^5.4
This package is not auto-updated.
Last update: 2024-11-15 20:52:29 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.