Integrating Stripe into Laravel 4 application

In this short post I will explain how you can get the basic Stripe checkout to work inside of Laravel 4 application. Stripe allows you to take credit card payments painlessly and integration cannot be simpler than this. I have previously posted on Stripe integration into Laravel 3 application, to understand more how Stripe payments […]

Read More

Practical Laravel – payment integration – Stripe

Update! I have posted a tutorial for Laravel 4 as well, please check it after reading this post: maxoffsky.com/code-blog/integrating-stripe-into-laravel-4-application/ Hello there, Laravel developers! In this blog post I’ll describe in detail how you can integrate payment system into your Laravel 3 applications and charge people some real money! Specifically I’ll describe how to use Stripe. […]

Read More