config/subscribd.php.
What the panel shows
MRR
Monthly recurring revenue calculated from all active and trialing subscriptions.
Active subscriptions
A live count of subscriptions in
active and trialing status.Plan breakdown
Per-plan subscriber counts so you can see which plans are most popular.
Per-subscriber management
Look up any subscriber, view their invoices, and cancel or resume their subscription.
Default URL
The panel is accessible at/subscribd/admin by default. You can change this path in the config.
Enabling the panel
Add the following block toconfig/subscribd.php to enable the admin panel and configure its URL and middleware:
config/subscribd.php
can:manage-billing middleware is a Laravel Gate check. Define the manage-billing ability in your AuthServiceProvider (or AppServiceProvider in Laravel 12) to control which users have access:
app/Providers/AppServiceProvider.php
Disabling the panel
If you use the Filament resources for subscription management, disable the standalone panel to avoid a duplicate UI:config/subscribd.php
When
enabled is false, Subscribd does not register any admin routes, so the /subscribd/admin URL returns a 404.