Skip to content

Shaikh-Aaisha/Omnipay-Stripe-Package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Omnipay-Stripe-Package

Latest Stable Version Total Downloads Latest Unstable Version License PHP Version Require

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