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-11-11 15:09:23 |
Package Statistics | |
---|---|
Total Downloads: | 10,670 |
Monthly Downloads: | 1 |
Daily Downloads: | 1 |
Total Stars: | 18 |
Total Watchers: | 5 |
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.