We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey, my Model got encrypted fields like:
protected $casts = [ 'first_name' => 'encrypted', 'last_name' => 'encrypted', 'email' => 'encrypted', 'phone' => 'encrypted', 'address' => 'encrypted', 'smartphone' => 'encrypted', ];
The old and the new value are stored correctly in the revisions. But its not decrypted on read.
Maybe there is a way to set a boolean value that the new and old value are encrypted and on read the values going to be decrypted.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey,
my Model got encrypted fields like:
The old and the new value are stored correctly in the revisions. But its not decrypted on read.
Maybe there is a way to set a boolean value that the new and old value are encrypted and on read the values going to be decrypted.
The text was updated successfully, but these errors were encountered: