© 2026 Hedgehog Software, LLC

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

relationship using Spatie Translatable

I'm using the Spatie Translatable package and have a relationship with categories

Forms\Components\Select::make('categories')
  ->relationship('categories', 'name')
  ->multiple()
Forms\Components\Select::make('categories')
  ->relationship('categories', 'name')
  ->multiple()


The problem is that the values retrieved from the relationship are being displayed in JSON format instead of the expected format. If you have any insights or suggestions on how to resolve this issue, I would greatly appreciate your help. Thank you!
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

relationship with spatie translatable
FilamentFFilament / ❓┊help
3y ago
Using Spatie Translatable
FilamentFFilament / ❓┊help
2y ago
Spatie Translatable Plugin and relationship fieldset
FilamentFFilament / ❓┊help
2y ago
Spatie translatable
FilamentFFilament / ❓┊help
7mo ago