© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•13mo ago•
11 replies
Fazaa

Avatar Profile not showing using Edit Profile Plugin

i already upload my profile avatar image but the image not showing on my profile, thanks !
image.png
Solution
filesystems.php :

'public' => [
'driver' => 'local',
'root' => storage_path('app'),
'url' => env('APP_URL').'/storage',
'visibility' => 'public',
'throw' => false,
],
'links' => [
public_path('storage') => storage_path('app'),
],

User Model:
public function getFilamentAvatarUrl(): ?string
{
return Storage::url(path: $this->avatar_url);
}
Jump to solution
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Avatar not showing
FilamentFFilament / ❓┊help
3y ago
Avatar from google not showing in edit form
FilamentFFilament / ❓┊help
17mo ago
Avatar in Profile
FilamentFFilament / ❓┊help
3y ago
Edit profile - password not saving
FilamentFFilament / ❓┊help
7mo ago