PHP Classes

File: resources/config/accountKit.php

Recommend this page to a friend!
  Classes of adeniyi ibraheem   Laravel Account Kit   resources/config/accountKit.php   Download  
File: resources/config/accountKit.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Laravel Account Kit
Authenticate users with Facebook accounts
Author: By
Last change:
Date: 6 years ago
Size: 418 bytes
 

Contents

Class file image Download
<?php

/*
 * This file is part of the Laravel Facebook Account-Kit package.
 *
 * (c) Adeniyi Ibraheem <ibonly01@gmail.com>
 * (c) Surajudeen AKande <surajudeen.akande@andela.com>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

return [
   
'appId' => env('ACCOUNTKIT_APP_ID'),

   
'appSecret' => env('ACCOUNTKIT_APP_SECRET'),
];