/stripe

Laravel stripe integration with official stripe php package

Primary LanguagePHP

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