You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With Model::save() the encryption works ok, but with Model::insert($data) it doesn't encrypt.
I tried encrypting manually the values using Crypt::encryptString($c['name']) , but then those values don't get decrypted automatically when I pull the data.
Is there a way to make it work with insert? So I avoid making 100 save() calls
The text was updated successfully, but these errors were encountered:
With
Model::save()
the encryption works ok, but withModel::insert($data)
it doesn't encrypt.I tried encrypting manually the values using
Crypt::encryptString($c['name'])
, but then those values don't get decrypted automatically when I pull the data.Is there a way to make it work with insert? So I avoid making 100
save()
callsThe text was updated successfully, but these errors were encountered: