Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.21 KB

readme.md

File metadata and controls

37 lines (24 loc) · 1.21 KB

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

Live Demo

You can play with the live version at bongloy-demo-laravel.herokuapp.com

Local Setup

Clone or Fork the Repo

$ git clone https://github.com/bongloy/bongloy-demo-laravel.git

Installation

cd bongloy-demo-laravel
composer install

Bongloy Environment in .env file

BONGLOY_DEFAULT_PUBLISHABLE_KEY = sk_test_****************************************************************
BONGLOY_SECRET_KEY = sk_test_****************************************************************

Deploy to Heroku

Deploy

Official Documentation

Documentation for Bongloy can be found on the Bongloy website.