Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 593 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 593 Bytes

Stripe Laravel Payment Gateway

Setup:

  1. Fix Database Configuration:

    • Open your .env file and configure the database settings accordingly.
  2. Update Composer Dependencies:

    • Run the following command to update all dependencies:
      composer update
  3. Add Stripe Keys to .env File:

    • Add your Stripe public and private keys to the .env file:
      STRIPE_TEST_SK=sk_test_djffdfj
      STRIPE_TEST_PK=pk_test_sdhfskj

Demo:

Laravel.Stripe.mp4