Skip to content

laravel stripe payment , billing , plan , subscription, coupon lara-stripe

Notifications You must be signed in to change notification settings

code4mk/lara-stripe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LaraStripe

Laravel Stripe payment

Installation

composer require code4mk/lara-stripe

Setup

vendor publish

php artisan vendor:publish --provider="Code4mk\LaraStripe\LaraStripeServiceProvider" --tag=config

Set .env

STRIPE_PUBLIC_KEY=""
STRIPE_SECRET_KEY=""
STRIPE_SUCCESS_URL=""
STRIPE_CANCEL_URL=""
STRIPE_IS_PRODUCTION="true|false"

Documentation

Demo repo

Courtesy