January 20, 2017Previously, we saw how to configure a Laravel app to handle Braintree subscriptions.This time, we’ll talk about how to:Prevent users from signing up to the same plan twice
Add basic flash messaging to our application
Add the ability to swap plans
Create middleware to protect some routes based on the subscrip...
January 17, 2017Subscriptions to services online are something extremely common – from subscribing to music streaming services to tutorial sites to access premium content.
With Laravel 5, we saw the introduction of Laravel Cashier, an official Laravel package to help developers manage Stripe’s and Braintree’s subscr...
October 29, 2015
If you’re developing an app that needs to accept payments, you will likely consider Stripe and Braintree as payment providers.
They’re a new breed of full-stack payment companies that are friendly to both businesses and developers. They take care of the nitty gritty like merchant accounts and PCI compliance, and ...
Recent Comments