encryptable
encryptable copied to clipboard
Laravel package for persisting encrypted Model properties, providing decryption when accessed.
"Invalid payload" error thrown when using a new model with encryptable attributes is used. e.g. `$book = new Book(); return view('book.store', ['book' => $book]);`
Dear @sagalbot , i am considering this package to be used in my application. In this context, however, i have some questions you may answer: 1) Is this package still...
I am using your dependency for my project. But while i running where condition, its not returning anything. can you help me with?