Skip to content

JubaerHossain/Stripe-Payment-gateway

Repository files navigation

Stripe Payment gateway

  1. clone this project git clone https://github.com/JubaerHossain/Stripe-Payment-gateway.git

  2. then command on your terminal : composer update

  3. and .env file create from .env.example

  4. then command on your terminal :php artisan generate:key

  5. then create stripe account on this : https://stripe.com

  6. go to .env file then push this two lines STRIPE_KEY=pk_test_stripe_key and STRIPE_SECRET=sk_test_stripe_secret

  7. go to stripe account an u can see option Devrlopers click here then u can see option API Keys click here and then u can see taht page Publishable key and Secret key

  8. now u hav to copy two keys and paste on the .env file

  9. then command on your terminal :php artisan migrate

  10. now your payment gateway ready to use !

  11. feel free use it

  12. thanks

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published