Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 1.02 KB

File metadata and controls

29 lines (16 loc) · 1.02 KB

Integrate Stripe Payment Gateway in Laravel 11

Hello developers! In this guide, we'll see how to integrate a stripe payment gateway in laravel 11 with step by step guide. Here, we'll learn laravel 11 stripe payment gateway integration. we'll use the stripe/stripe-php composer package in laravel 11. 

Stripe is a payment service provider that lets merchants accept credit and debit cards or other payments. Stripe Payments, is best suited for businesses that make most of their sales online.

Also, you can pay via debit card, credit card, and payment links. Stripe supports recurring payments like subscription based modal.

Table of Content

Step 1: Install Laravel 11 Application

Step 2: Install stripe-php Package

Step 3: Create a Stripe Account

Step 4: Create Controller

Step 5: Create Routes

Step 6: Create Blade File

Step 7: Run the Laravel 11 Application