Level 20
Upon further trial and error.. I pulled in stripe via composer in addition to cashier and everything works as advertised.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I'm using Laravel with Cashier, but I'm wondering if I can also make regular Stripe requests. Something like:
\Stripe\Customer::all();
Do I need to pull in Stripe with composer? I would assume it's a requirement for cashier to work so it might not be necessary. But then how would I go about making the above request?
Upon further trial and error.. I pulled in stripe via composer in addition to cashier and everything works as advertised.
Please or to participate in this conversation.