Download the PHP package kamrul-haque/laravel-stripe-payment without Composer
On this page you can find all versions of the php package kamrul-haque/laravel-stripe-payment. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kamrul-haque/laravel-stripe-payment
More information about kamrul-haque/laravel-stripe-payment
Files in kamrul-haque/laravel-stripe-payment
Download kamrul-haque/laravel-stripe-payment
More information about kamrul-haque/laravel-stripe-payment
Files in kamrul-haque/laravel-stripe-payment
Vendor kamrul-haque
Package laravel-stripe-payment
Short Description Add Stripe payment functionality with partial refund feature to your existing Laravel project. The package uses the latest stripe.js v3 and fully customizable to your need.
License MIT
Package laravel-stripe-payment
Short Description Add Stripe payment functionality with partial refund feature to your existing Laravel project. The package uses the latest stripe.js v3 and fully customizable to your need.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-stripe-payment
laravel-stripe-payment
Add Stripe payment functionality with partial refund feature to your existing Laravel project. The package uses the latest stripe.js v3 and fully customizable to your need.
Installation
Install the package via composer:
Publish resources
of the package:
Migrate the necessary database tables:
Configuration
Set the Stripe
Api Keys in .env
:
Add routes
to web.php
:
Usage
- Access the checkout page by
stripe-payments/create
uri added to your application by the package - Access the payments completed and partial refund functionality by
stripe-payments
uri added to your application by the package
All versions of laravel-stripe-payment with dependencies
PHP Build Version
Package Version
The package kamrul-haque/laravel-stripe-payment contains the following files
Loading the files please wait ....