Stripe Gateway SDK
Learn the basic configuration of Stripe.
Stripe installation
Using Stripe with Laravel can be configured by performing the following steps:
Step 1: Installing Stripe SDK
In this step, we install stripe-php
using the composer
package manager. Open the terminal and run the following command: composer require stripe/stripe-php
.
Step 2: Stripe keys setup
Next, it’s essential to configure the Stripe key and secret. Begin by visiting the Stripe website .env
file:
Get hands-on with 1300+ tech skills courses.