Billing providers
Electrik bills on the Team model via Stripe and laravel/cashier.
ELECTRIK_BILLING_DRIVER=stripe
Only stripe is supported. Other values throw at runtime.
use Electrik\Support\Billing\Billing;
$driver = Billing::driver(); // StripeBillingDriver
Paddle is not supported. Stripe remains the only commercial path.