ianfunghk/luckfbconnect

Facebook Connect for Laravel

Maintainers

Package info

github.com/ianfunghk/luck-fb-connect-laravel

pkg:composer/ianfunghk/luckfbconnect

Statistics

Installs: 17

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0 2017-04-20 10:36 UTC

This package is not auto-updated.

Last update: 2026-03-07 03:21:10 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.