So I want to use Cashier to handle my online payments, manage subscriptions, etc.
What I want to do is to extend it to allow free, or pre-paid subscriptions.
let's say Dave down the pub gives me £20 for a subscription. I then go manually add him to cashier subscription data flow but ignore the stripe process.
So I can then list all subscribers, and if there's no Stripe ID, then I know they paid in cash.
Further, I'd love to give out voucher codes for free access, but again, store subscription data in Cashier.
This is just to have a single point of reference of site subscribers, and not 'care' how they got there.
is Cashier a good fit for this? or are there better subscription management modules for Laravel?
I don't want to re-invent the wheel... yet :)