Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gilbitron/spark-create-stripe-plans
A simple Laravel artisan command to create Spark plans in Stripe
https://github.com/gilbitron/spark-create-stripe-plans
laravel laravel-artisan-command spark stripe
Last synced: 3 months ago
JSON representation
A simple Laravel artisan command to create Spark plans in Stripe
- Host: GitHub
- URL: https://github.com/gilbitron/spark-create-stripe-plans
- Owner: gilbitron
- License: mit
- Created: 2016-04-25T18:25:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-04-06T16:36:55.000Z (almost 5 years ago)
- Last Synced: 2024-10-01T15:36:15.257Z (3 months ago)
- Topics: laravel, laravel-artisan-command, spark, stripe
- Language: PHP
- Homepage: https://packagist.org/packages/gilbitron/spark-create-stripe-plans
- Size: 6.84 KB
- Stars: 18
- Watchers: 5
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spark Create Stripe Plans
A simple Laravel artisan command to create [Spark](https://spark.laravel.com) plans in Stripe.## Install
Require the library by running:
```
composer require gilbitron/spark-create-stripe-plans
```Next you need to add the following to your `providers` array in `config/app.php`:
```
Gilbitron\Laravel\Spark\CreateStripePlansServiceProvider::class
```## Usage
Make sure your details and plans are set up in your `SparkServiceProvider` then run:
```
php artisan spark:create-stripe-plans
```Your plans should now be available in your [Stripe dashboard](https://dashboard.stripe.com). If you
re-run the command it will not overwrite existing plans.## Credits
Spark Create Stripe Plans was created by [Gilbert Pellegrom](https://gilbitron.me) from [Dev7studios](https://dev7studios.co). Released under the MIT license.