WP File Manager
Current Path:
/
home
/
itutorethiopia
/
public_html
/
vendor
/
laravel
/
cashier
/
Name
Action
..
LICENSE.txt
Edit
changes.md
Edit
composer.json
Edit
contributing.md
Edit
readme.md
Edit
resources
src
Editing: readme.md
<p align="center"><img src="https://laravel.com/assets/img/components/logo-cashier.svg"></p> <p align="center"> <a href="https://travis-ci.org/laravel/cashier"><img src="https://travis-ci.org/laravel/cashier.svg" alt="Build Status"></a> <a href="https://packagist.org/packages/laravel/cashier"><img src="https://poser.pugx.org/laravel/cashier/d/total.svg" alt="Total Downloads"></a> <a href="https://packagist.org/packages/laravel/cashier"><img src="https://poser.pugx.org/laravel/cashier/v/stable.svg" alt="Latest Stable Version"></a> <a href="https://packagist.org/packages/laravel/cashier"><img src="https://poser.pugx.org/laravel/cashier/license.svg" alt="License"></a> </p> ## Introduction Laravel Cashier provides an expressive, fluent interface to [Stripe's](https://stripe.com) subscription billing services. It handles almost all of the boilerplate subscription billing code you are dreading writing. In addition to basic subscription management, Cashier can handle coupons, swapping subscription, subscription "quantities", cancellation grace periods, and even generate invoice PDFs. ## Official Documentation Documentation for Cashier can be found on the [Laravel website](http://laravel.com/docs/billing). ## Running Cashier's Tests Locally You will need to set the following details locally and on your Stripe account in order to run the Cashier unit tests: ### Environment #### .env STRIPE_SECRET= STRIPE_MODEL=Laravel\Cashier\Tests\Fixtures\User You can set these variables in the `phpunit.xml` file. ### Stripe #### Plans * monthly-10-1 ($10) * monthly-10-2 ($10) #### Coupons * coupon-1 ($5) ## Contributing Thank you for considering contributing to the Cashier. You can read the contribution guide lines [here](contributing.md). ## License Laravel Cashier is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).