code4mk/lara-stripe

Laravel stripe payment

Installs: 122

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 3

Forks: 3

Open Issues: 0

pkg:composer/code4mk/lara-stripe

v0.0.8 2023-10-19 20:22 UTC

This package is auto-updated.

Last update: 2025-09-20 00:48:51 UTC


README

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