laravel-nestedset icon indicating copy to clipboard operation
laravel-nestedset copied to clipboard

name field localisation (spatie/laravel-translatable)

Open scramatte opened this issue 11 months ago • 0 comments

Hi,

I'm using spatie/laravel-translatable to localize my data. I would like to use it for nested tree too.

Basically, instead of using a plain string, they store variants as JSON data {"en": "root", "es": "raiz", "fr": "racine"}

I've looked at the code, but I'm unable to find an easy way to achieve it. Can you please give me a hand with such issue?

Regards

scramatte avatar Nov 30 '24 19:11 scramatte