Level 63
You should use Cashier, at least for Stripe.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hi,
I am migrating a project to Laravel that accepts payments using Stripe, Paypal and locally via a bank transfer or check. Currently, it charges user one time annually, but we might change that to something like recurring monthly/annual subscriptions.
I am not sure if i should use cashier for this use case or handle payment and subscriptions on my own without using cashier.
Anyone has thoughts on this?
Thanks.
Please or to participate in this conversation.