© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
6 replies
Eric

How to show current image in EditAction

I have a model which has a spatie image.
In the model's filament related table, i have an edit action for each model (modal). So i'd like to let the user upload a new image (which is working), but also showing the current image. how to achieve it? wasnt lucky trying to find it in the documentation

for example this model (see img below) has an image, but isnt being shown. how to show it?
EditAction::make('edit')->form([
    ...
    FileUpload::make('cover')->image()
])
EditAction::make('edit')->form([
    ...
    FileUpload::make('cover')->image()
])
image.png
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

How to show image gallery in infolist
FilamentFFilament / ❓┊help
10mo ago
Show Image in InfoList
FilamentFFilament / ❓┊help
3y ago
How to show image only in Edit form with repeater
FilamentFFilament / ❓┊help
2y ago