PHP code example of eddy7697 / ecpay2in1
1. Go to this page and download the library: Download eddy7697/ecpay2in1 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/ */
eddy7697 / ecpay2in1 example snippets
"eddy7697/ecpay2in1": "dev-master",
'providers' => [
Eddy7697\Ecpay2in1\Ecpay2in1ServiceProvider::class,
];
'aliases' => [
'Ecpay' => Eddy7697\Ecpay2in1\Facades\Ecpay::class,
];
config/app.php