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
AngryTestieOP2mo ago
up
Solution
toeknee
toeknee2mo 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
AngryTestieOP2mo ago
Thank you sir
Want results from more Discord servers?
Add your server