PHP code example of lpmatrix / laravel-redbiller
1. Go to this page and download the library: Download lpmatrix/laravel-redbiller 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/ */
lpmatrix / laravel-redbiller example snippets
return [
/**
* Secret Key From Redbiller Dashboard
*
*/
'secretKey' => getenv('REDBILLER_SECRET_KEY');
'paymentUrl' => getenv('REDBILLER_URL');
];
bash
php artisan LPMatrix:publish --provider="LPMatrix\Redbiller\RedbillerServiceProvider"