Laravel 8 version of Xendit Demo
Composer is required. Get composer from https://getcomposer.org/download/
After cloning this repository, just do:
composer install
Copy .env.example file into .env the same directory
cp .env.example .env
Update the .env file you just copied for your own API_KEY. Give it a try!
php artisan serve