Bongloy-Demo-Laravel is a Laravel app which demonstrates how to use Bongloy. It includes the following features:
- Example of using Bongloy.js to create a custom form to capture the user's card details
You can play with the live version at bongloy-demo-laravel.herokuapp.com
$ git clone https://github.com/bongloy/bongloy-demo-laravel.git
cd bongloy-demo-laravel
composer install
Bongloy Environment in .env file
BONGLOY_DEFAULT_PUBLISHABLE_KEY = sk_test_****************************************************************
BONGLOY_SECRET_KEY = sk_test_****************************************************************
Documentation for Bongloy can be found on the Bongloy website.