Laravel stripe integration with official stripe php package
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
STRIPE_PK=
STRIPE_SK=