PHP code example of navneetrai / laravel-subscription
1. Go to this page and download the library: Download navneetrai/laravel-subscription 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/ */
navneetrai / laravel-subscription example snippets
return [
/*
|--------------------------------------------------------------------------
| Subscription Config
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Subscription Services
|--------------------------------------------------------------------------
|
| This file is for storing the credentials for subscription services such
| as Paypal, CCNow, PayFast, 2Checkout, and others. This file provides a sane
| default location for this type of information, allowing packages
| to have a conventional place to find your various credentials.
|
*/
'services' => [
'paypal'=>[
'email'=>'',
'logo'=>'',
'auth'=>''
],
]
];