gilbitron / spark-create-stripe-plans by gilbitron

A simple Laravel artisan command to create Spark plans in Stripe
10,668
18
5
Package Data
Maintainer Username: gilbitron
Maintainer Contact: gilbert@pellegrom.me (Gilbert Pellegrom)
Package Create Date: 2016-04-25
Package Last Update: 2020-04-06
Home Page: https://packagist.org/packages/gilbitron/spark-create-stripe-plans
Language: PHP
License: MIT
Last Refreshed: 2024-04-23 03:00:23
Package Statistics
Total Downloads: 10,668
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 18
Total Watchers: 5
Total Forks: 8
Total Open Issues: 3

Spark Create Stripe Plans

A simple Laravel artisan command to create Spark 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. If you re-run the command it will not overwrite existing plans.

Credits

Spark Create Stripe Plans was created by Gilbert Pellegrom from Dev7studios. Released under the MIT license.