Giter Site home page Giter Site logo

stefanomartella / stripe-payment-gateway Goto Github PK

View Code? Open in Web Editor NEW

This project forked from codenteq/stripe-payment-gateway

0.0 0.0 0.0 46 KB

The Laravel eCommerce Stripe Payment Gateway

Home Page: https://codenteq.com

License: MIT License

JavaScript 4.47% PHP 95.53%

stripe-payment-gateway's Introduction

Stripe Payment Gateway

License Total Downloads

1. Introduction:

Install this package now to receive secure payments in your online store. Stripe offers an easy and secure payment gateway

2. Requirements:

  • PHP: 8.1 or higher.
  • Bagisto: v2.*
  • Composer: 1.6.5 or higher.

3. Installation:

  • Run the following command
composer require codenteq/stripe-payment-gateway
  • Run these commands below to complete the setup
composer dump-autoload
  • Run these commands below to complete the setup
php artisan optimize
  • Go to the Bagisto admin panel, find the Stripe payment gateway, enter your API key and start receiving payments.
http://localhost:8000/admin/configuration/sales/payment_methods
  • To use the demo API key, paste the key into the Stripe Client Secret section.
sk_test_4eC39HqLyjWDarjtT1zdp7dc

Installation without composer:

  • Unzip the respective extension zip and then merge "packages" and "storage" folders into project root directory.
  • Goto config/app.php file and add following line under 'providers'
Webkul\Stripe\Providers\StripeServiceProvider::class,
  • Goto composer.json file and add following line under 'psr-4'
"Webkul\\Stripe\\": "packages/Webkul/Stripe/src"
  • Run these commands below to complete the setup
composer dump-autoload
php artisan optimize
  • Go to the Bagisto admin panel, find the Stripe payment gateway, enter your API key and start receiving payments.
http://localhost:8000/admin/configuration/sales/payment_methods
  • To use the demo API key, paste the key into the Stripe Client Secret section.
sk_test_4eC39HqLyjWDarjtT1zdp7dc

That's it, now just execute the project on your specified domain.

How to contribute

Stripe Payment Gateway is always open for direct contributions. Contributions can be in the form of design suggestions, documentation improvements, new component suggestions, code improvements, adding new features or fixing problems. For more information please check our Contribution Guideline document.

stripe-payment-gateway's People

Contributors

ahmetarsiv avatar karabayyazilim avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.