I'm using Laravel cashier 7.0, and I'd like to fire some methods after a subscription is successful. I hoped there would be some events I could listen for, but that doesn't seem to be the case (unless I missed them).
Stripe's the payment provider I'm using, if that makes a difference. (stripe-php package.)
Am I missing something obvious?
I know there are many ways of doing this myself, but I'm looking for an elegant solution.