LarrySD
LarrySD
FFilament
Created by Tieme on 12/17/2023 in #❓┊help
EditTenantProfile in Navigation
note the url () with getUrl() of the class that inherits from EditTenantProfile
8 replies
FFilament
Created by Tieme on 12/17/2023 in #❓┊help
EditTenantProfile in Navigation
->tenantMenuItems([
MenuItem::make()
->label('Settings')
->url(fn(): string => url(OrganizationSettings::getUrl()))
->icon('heroicon-m-cog-8-tooth'),
])
->tenantMenuItems([
MenuItem::make()
->label('Settings')
->url(fn(): string => url(OrganizationSettings::getUrl()))
->icon('heroicon-m-cog-8-tooth'),
])
8 replies
FFilament
Created by Tieme on 12/17/2023 in #❓┊help
EditTenantProfile in Navigation
For the URL, I fixed it with this:
8 replies