mix phoenix_kit_billing.install (PhoenixKitBilling v0.3.2)

Copy Markdown View Source

Installs PhoenixKit Billing module into parent application.

Adds the required @source directive to your CSS file so Tailwind CSS can discover classes used by the billing module's templates.

Usage

mix phoenix_kit_billing.install

What it does

  1. Finds your assets/css/app.css file
  2. Adds @source "../../deps/phoenix_kit_billing"; after existing @source lines
  3. Prints next steps for configuration

This task is idempotent — safe to run multiple times.