PHP code example of getclair / phinch-laravel
1. Go to this page and download the library: Download getclair/phinch-laravel library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
getclair / phinch-laravel example snippets
php artisan vendor:publish --tag=phinch
'finch' => [
'client_id' => env('FINCH_CLIENT_ID'),
'client_secret' => env('FINCH_CLIENT_SECRET'),
'connect_redirect' => env('FINCH_CONNECT_REDIRECT_URI'),
],