PHP code example of eliosfund / repcard-php-sdk
1. Go to this page and download the library: Download eliosfund/repcard-php-sdk 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/ */
eliosfund / repcard-php-sdk example snippets
'roles' => [
'Sales',
'Sales Manager',
],
use RepCard\Facades\RepCard;
bash
composer
bash
php artisan vendor:publish --tag=repcard-config