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

Laravel Stripe payment
composer require code4mk/lara-stripe
php artisan vendor:publish --provider="Code4mk\LaraStripe\LaraStripeServiceProvider" --tag=config
STRIPE_PUBLIC_KEY=""
STRIPE_SECRET_KEY=""
STRIPE_SUCCESS_URL=""
STRIPE_CANCEL_URL=""
STRIPE_IS_PRODUCTION="true|false"