LaravelPackages.net
Acme Inc.
Toggle sidebar
code4mk/lara-stripe

Laravel stripe payment

122
4
v0.0.8
About code4mk/lara-stripe

code4mk/lara-stripe is a Laravel package for laravel stripe payment. It currently has 4 GitHub stars and 122 downloads on Packagist (latest version v0.0.8). Install it with composer require code4mk/lara-stripe. Discover more Laravel packages by code4mk or browse all Laravel packages to compare alternatives.

Last updated

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

Star History Chart