Skip to main content

Subscription Status

Every subscription has a status that reflects its current position in the billing lifecycle. Subscribd provides helper methods on both the Subscription model and the ManagesBilling trait so you can query state concisely from anywhere in your application.

Status values

Checking status on a subscription

Checking status on the billable

The ManagesBilling trait exposes convenience methods that query the default subscription slot:

Important dates

Plan and price information

Subscription items

Each PlanItem on the plan creates a corresponding SubscriptionItem:

Invoice access

Displaying status in Blade

Subscribd ships a <x-subscribd-subscription-badge> Blade component that renders the appropriate badge automatically:
For custom display:

Livewire components

The subscription-manager Livewire component renders the full subscription status card with actions automatically:
See Livewire Components for the full component reference.

Next steps