Skip to content
/ stripe Public

Laravel stripe integration with official stripe php package

Notifications You must be signed in to change notification settings

coswat/stripe

Repository files navigation

stripe

Laravel stripe integration with official stripe php package

Usage

Setup the repository

git clone https://github.com/coswat/stripe.git
cd stripe
composer install
cp .env.example .env 
php artisan key:generate
php artisan cache:clear && php artisan config:clear 
php artisan serve 

Setup your stripe credentials in the .env file

STRIPE_PK=
STRIPE_SK=

Animated footer bars


Back to top

About

Laravel stripe integration with official stripe php package

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published