Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

stueynet's avatar

Reporting with Cashier and Stripe

This is a fairly basic question but how would I do larger queries relating to subscriptions? For example cashier allows $user->subscribed() but how would I use that on a whole collection of users? Like for getting a list of my subscribed users in my admin page?

0 likes
1 reply
MThomas's avatar
MThomas
Best Answer
Level 35

Check the cachier colomns in your database using a where()

1 like

Please or to participate in this conversation.