Replies: 2 comments 1 reply
-
@chojisan Could you PR a failing test for this? If you already know the fix, please PR that as well. |
Beta Was this translation helpful? Give feedback.
-
This looks like a great project. The result will bring back all the rows with the value not encrypted. If we use
Then the result will return the rows with an encrypted value. So it only returns it encrypted if you specify the column specifically. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The encrypted attributes on eagerload (with() and load()) is not decrypted.
Model::with('users:id,first_name,middle_name,lastname');
Beta Was this translation helpful? Give feedback.
All reactions