Level 80
@makapaka It’s in the Billable trait you apply to your User model:
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
In Spark subscriptions.blade.php, at the top we have
@if (Auth::user()->onTrial())
For the life of me I cannot find where the onTrial() function is, if anyone can point me to how that works please
@makapaka It’s in the Billable trait you apply to your User model:
Please or to participate in this conversation.