@wiggonator try this
Auth::user()->current_billing_plan
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I'm looking for a way to find all users on a specific plan. In order to get the plan name I tried this: $plan = Spark::plans()->find('Standard');
However I get an error: "Method Illuminate\Support\Collection::find does not exist."
Please or to participate in this conversation.