Skip to content
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.

aimagician/bitpay-test

Repository files navigation

Info

A test project for the bitpay laravel wrapper.

Installation

Run composer install or follow installation and steps on a library page

Controllers

App\Http\Controllers\Bitpay

Routes

Route::get( "bitpay/create-invoice", [ "uses" => "Bitpay\\CreateInvoiceController@createInvoice" ] );
Route::get( "bitpay/create-invoice-page", [ "uses" => "Bitpay\\CreateInvoiceController@createInvoicePage" ] );

Views

\bitpay\invoice.blade.php

Config

\config\bitpaymagic.php

Keys

Bitpay keys are stored in storage/keys folder

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages