Issues with Filament Spatie Tags and Multilingual Support
Hello everyone,
I'm currently utilizing the Filament Spatie Tags plugin. I've encountered a challenge: when I add a tag, it's only saved in the database in the initial language I added. I've tried switching languages and filling content during both the create and update processes, but the outcome remains the same.
Has anyone experienced a similar situation or have any insights on this? Any guidance would be appreciated.
Thank you for taking the time to assist.
5 Replies
Have same issue.
Hey, I'm having the same issue, did you find any way to solve it?
It seems there are general issues with the Filament Spatie Translatable plugin. The project's GitHub page is in "read-only" mode, which means no one can open or is opening issues.
While the Spatie Tags plugin is compatible with Spatie Translatable, the Filament version does not support this functionality. You might need to modify the core files yourself to resolve this issue.
@[AC].dev
Oh I see... Do you have any example code to help me with that bc I dont know how o what to change 😓
Like ALL of Filament's built-in features, the "build" process publishes to read-only repositories so that packagist and composer can recognize updates and handle version-control etc.
So, https://github.com/filamentphp/spatie-laravel-tags-plugin is the read-only repo for distribution purposes.
The actual code is in the core repo with the rest of all of FilamentPHP at https://github.com/filamentphp/filament/tree/3.x/packages/spatie-laravel-translatable-plugin
Official support for Filament's plugins is here in Discord; however if there's a reproducable bug feel free to open an issue for it in the main github repo.
GitHub
GitHub - filamentphp/spatie-laravel-tags-plugin: [READ ONLY] Subtre...
[READ ONLY] Subtree split of the Filament spatie/laravel-tags Plugin (see filamentphp/filament) - GitHub - filamentphp/spatie-laravel-tags-plugin: [READ ONLY] Subtree split of the Filament spatie/l...
GitHub
filament/packages/spatie-laravel-translatable-plugin at 3.x · filam...
A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS. - filamentphp/filament