ianfunghk/luckfbconnect

Facebook Connect for Laravel

1.0 2017-04-20 10:36 UTC

This package is not auto-updated.

Last update: 2024-04-19 18:05:40 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.