Publishing or overriding Filament default components
If I want to edit, say, user-avatar.blade.php - how do I publish this to an area where I can customise it outside of the /vendor/filament directory?
(In this case I want to add support for custom uploaded avatar images).
2 Replies
Please don’t override views. It I’ll be more headache than you want. https://filamentphp.com/docs/2.x/admin/users#setting-up-avatars
Thanks! I will check that in more detail.