Installs and configures tiger_stripe in a Phoenix application.
$ mix tiger_stripe.install
This installer:
- Adds Stripe API key config to
config/dev.exs - Adds runtime config with env vars to
config/runtime.exs - Adds
Stripe.WebhookPlugto the Phoenix endpoint (beforePlug.Parsers) - Scaffolds a
StripeWebhookControllerwith event handler skeleton - Adds the webhook route to the router