spatie / laravel-translatable

Making Eloquent models translatable

Home Page:https://spatie.be/docs/laravel-translatable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Translated field won't get encrypted

vins13pattar opened this issue · comments

I am trying to encrypt the translated fields with the Illuminate\Support\Facades\Crypt; But the field never gets encrypted. I tried with both JSON and TEXT field types. Even tried changing the sequence of Traits but no use.

image

I am not sure whether it is a good place to report this issue.