Recommend this page to a friend! |
Classes of adeniyi ibraheem | Laravel Account Kit | Readme.md | Download |
|
DownloadLaravel Facebook Account KitA simple package to make Password-less Login possible in Laravel using Facebook's Account Kit. See Example Here. Requirements>php 7.0+ >Composer >Laravel 5.x InstallationTo use this package in a Laravel Project, install via Composer
Register the package to the Service Provider in the
You can make of some assets provided in this package to speed up your implementation: run
UsageCreate your app on Facebook following guidelines here. You can view example here. Update
Define your route in
Import the package in your Controller and use it therein. E.g:
The above return an array similar to this:
ViewsUpdate the Ensure you add Accounkit SDK to your HTML file:
Ensure your form has
TestingRun any of the following commands in your terminal.
CreditsThis package is maintained by Ibrahim Adeniyi and Surajudeen AKANDE. ContributingPlease check out CONTRIBUTING file for detailed contribution guidelines. Change logPlease check out CHANGELOG file for information on what has changed recently. LicenseThis package is released under the MIT Licence. See the bundled LICENSE file for details. |