© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
4 replies
botaviator1990

morphTo relationship

In model
public function image(){ return $this->morphTo(Image::class, 'imageable')->where('position_slug', 'logo'); }

in filament resources
Fieldset::make('Metadata')
->relationship('image')
->schema([
FileUpload::make('image')->image(),
])
but it's not uploading image in relationship model. and my relational table is in given screenshot.
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

Creating or Saving MorphTo relationship
FilamentFFilament / ❓┊help
2y ago
Searchable MorphTo
FilamentFFilament / ❓┊help
16mo ago
Error when trying to sort table by MorphTo relationship
FilamentFFilament / ❓┊help
15mo ago
Set default MorphTo relationships in Form Builder
FilamentFFilament / ❓┊help
15mo ago