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

This package is auto-updated.

Last update: 2024-04-07 08:49:29 UTC


README

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