Laravel
Learn how to cash your first crypto payment using Laravel.
Prerequisites
1. Install
First, install vxpay for Laravel using the Composer package manager:
composer require vxpay/vxpay-laravel
2. Configuration
Next, you should configure your vxpay API key in your application’s .env
file:
.env
VXPAY_API_KEY=YOUR_API_KEY
3. Accept onchain payment
CODE BLOCK... (opens in a new tab)