IM.UR.CITY
IM.UR.CITY
FFilament
Created by IM.UR.CITY on 8/27/2023 in #❓┊help
Separate Avatar Provider for tenant
Thank you for your answer. I used search before posting (I always do because I respect peoples time). No results. What I want to achieve is to have the custom provider ONLY for the tenant and NOT for the user.
It seems to me that using ->defaultAvatarProvider() method changes the provider for both the Tenant and the User. Is there something I am missing?
4 replies
FFilament
Created by Consignr on 7/24/2023 in #❓┊help
Generate url for dashboard of another panel
For me, Filament::getPanel('app')->getUrl() retuns null
I solved the problem and I get a full url to the panel using: url(Filament::getPanel('app')->getPath())
4 replies