A test project for the bitpay laravel wrapper.
Run composer install or follow installation and steps on a library page
App\Http\Controllers\Bitpay
Route::get( "bitpay/create-invoice", [ "uses" => "Bitpay\\CreateInvoiceController@createInvoice" ] );
Route::get( "bitpay/create-invoice-page", [ "uses" => "Bitpay\\CreateInvoiceController@createInvoicePage" ] );
\bitpay\invoice.blade.php
\config\bitpaymagic.php
Bitpay keys are stored in storage/keys folder