| 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: | 2025-11-06 15:09:41 |
| Package Statistics | |
|---|---|
| Total Downloads: | 10,671 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 18 |
| Total Watchers: | 3 |
| Total Forks: | 8 |
| Total Open Issues: | 3 |
A simple Laravel artisan command to create Spark plans in Stripe.
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
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.
Spark Create Stripe Plans was created by Gilbert Pellegrom from Dev7studios. Released under the MIT license.