How to customize the Company Settings page? #156
-
|
I'd like to customize the Company Settings page - specifically removing the "company owner". But I am having trouble determining exactly what I need to override? Thanks for any assistance. |
Beta Was this translation helpful? Give feedback.
Answered by
andrewdwallo
Sep 18, 2024
Replies: 1 comment 6 replies
-
|
You can create a different "tenantProfile" then the default one provided in the FilamentCompaniesServiceProvider. Here is an example of it being customized in my app: https://github.com/andrewdwallo/erpsaas/blob/3.x/app/Filament/Company/Pages/ManageCompany.php |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
russdot
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can create a different "tenantProfile" then the default one provided in the FilamentCompaniesServiceProvider.
https://filamentphp.com/docs/3.x/panels/tenancy#adding-a-tenant-profile-page
Here is an example of it being customized in my app: https://github.com/andrewdwallo/erpsaas/blob/3.x/app/Filament/Company/Pages/ManageCompany.php