Package Data | |
---|---|
Maintainer Username: | oteroweb |
Maintainer Contact: | oterolopez1990@gmail.com (oteroweb) |
Package Create Date: | 2016-12-22 |
Package Last Update: | 2016-12-25 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-23 03:23:32 |
Package Statistics | |
---|---|
Total Downloads: | 62 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 3 |
Total Watchers: | 2 |
Total Forks: | 1 |
Total Open Issues: | 0 |
A Library For Checkout with bitcoin in laravel Framework
Via Composer
$ composer require oteroweb/laravelcoinpayment "dev-master"
or add to your composer json´in require array
"oteroweb/laravelcoinpayment": "dev-master"
Add Provider
oteroweb\LaravelCoinpayment\LaravelCoinPaymentServiceProvider::class,
Add Aliases
'Coinpayment' => oteroweb\LaravelCoinPayment\CoinPaymentsAPI::class,
##Configuration
Publish Configuration file
php artisan vendor:publish --provider="oteroweb\LaravelCoinPayment\LaravelCoinPaymentServiceProvider" --tag="config"
Edit .env
Add these lines at .env file, follow config/coinpayment.php for configuration descriptions.
BTC_PUBLICKEY=your_public_key
BTC_PRIVATEKEY=your_private_key
##Customizing views (Optional)
If you want to customize form, follow these steps.
php artisan vendor:publish
--provider="oteroweb\LaravelCoinpayment\LaravelCoinpaymentServiceProvider" --tag="views"
###Render Shopping Cart Form
// Soon
//soon
{
// Some code here soon
}
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING and CONDUCT for details.
If you discover any security related issues, please email oterolopez1990@gmail.com instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.