How to set the Avatar for the Tenant, in Filamentphp?
I have a multi-tenancy application, I would like to set the Avatar image for the Tenant (not for the user) as shown in the image. Please help
Solution:Jump to solution
I believe you do it the same way you would for a user, with the HasAvatar interface on your tenant model.
2 Replies