Skip to content

Commit caabe86

Browse files
Update README.md
1 parent 2cc1b97 commit caabe86

File tree

1 file changed

+29
-2
lines changed

1 file changed

+29
-2
lines changed

README.md

+29-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,29 @@
1-
# integrate-stripe-payment-gateway-in-laravel-11
2-
Hello developers! In this guide, we'll see how to integrate a stripe payment gateway in laravel 11 with step by step guide.
1+
# Integrate Stripe Payment Gateway in Laravel 11
2+
3+
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. 
4+
5+
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.
6+
7+
Also, you can pay via debit card, credit card, and payment links. Stripe supports recurring payments like subscription based modal.
8+
9+
**Table of Content**
10+
11+
```
12+
Step 1: Install Laravel 11 Application
13+
14+
Step 2: Install stripe-php Package
15+
16+
Step 3: Create a Stripe Account
17+
18+
Step 4: Create Controller
19+
20+
Step 5: Create Routes
21+
22+
Step 6: Create Blade File
23+
24+
Step 7: Run the Laravel 11 Application
25+
```
26+
27+
---
28+
29+
### [Learn More: Laravel 11 Stripe Payment Gateway Integration](https://techsolutionstuff.com/post/integrate-stripe-payment-gateway-in-laravel-11)

0 commit comments

Comments
 (0)