aaisha / stripe
There is no license information available for the latest version (1.0.0) of this package.
This is a OMnipay Stripe Package
1.0.0
2023-04-07 06:26 UTC
Requires
- league/omnipay: ^3.2
- omnipay/stripe: ^3.2
This package is auto-updated.
Last update: 2025-03-07 10:52:21 UTC
README
Installation
Require this package, with Composer, in the root directory of your project.
$ composer require aaisha/stripe
Add the service provider to config/app.php
in the providers
array.
Aaisha\Stripe\Providers\OmnistripeProvider::class,
Configuration
Laravel requires connection configuration. To get started, you'll need to publish all vendor assets:
$ php artisan vendor:publish --provider="Omnipay\Aaisha\Stripe\Providers\OmnistripeProvider"
You are free to change the configuration file as needed, but the default expected values are below in .env file:
STRIPE_PUBLISHABLE_KEY="Your Publishable Key" STRIPE_SECRET_KEY="Your Secret Key" STRIPE_CURRENCY=INR
Run The Project
http://127.0.0.1:8000/payment