Encryptable icon indicating copy to clipboard operation
Encryptable copied to clipboard

A simple encryptable trait for Laravel

Results 3 Encryptable issues
Sort by recently updated
recently updated
newest added

Hi, i'm using this Trait to encrypt my data. Everything works like a charm on Profile::create(.....) but when users update their profile with Profile::update([...]). the data is not encrypted, i'm...

I am unable to search the data using the ->where()

I am encountering an error suggesting that the encrypted value is too long to be stored into the database. In my case, it was caused with the encrypt() function serializing...