Remove Manage Subscription from tenant menu

I implemented the billing functionality using laravel spark, is it possible to hide or remove the manage subscription in tenant menu I'm planning on moving it in my sidebar.
No description
Solution:
You have billing enabled, so ```php ->tenantMenuItems([ 'billing' => MenuItem::make()->label('Manage subscription')->visible(false),...
Jump to solution
3 Replies
AngryTestie
AngryTestieOP4w ago
up
Solution
toeknee
toeknee4w ago
You have billing enabled, so
->tenantMenuItems([
'billing' => MenuItem::make()->label('Manage subscription')->visible(false),
])
->tenantMenuItems([
'billing' => MenuItem::make()->label('Manage subscription')->visible(false),
])
Should work
AngryTestie
AngryTestieOP4w ago
Thank you sir
Want results from more Discord servers?
Add your server