laravel-database-encryption
laravel-database-encryption copied to clipboard
Please add support for Laravel 6
See #53, it's basically just waiting for the maintainer to press "merge".
Yes, still waiting. And I need support for v7. Not feeling hopeful here :(
Yes, still waiting. And I need support for v7. Not feeling hopeful here :(
Why for Laravel 7? You're much better off using custom casts for that (like I did here)
Maybe I should make a simple library of this too
https://github.com/betterapp/laravel-db-encrypter
Thanks for the tip, Randy
Yes, still waiting. And I need support for v7. Not feeling hopeful here :(
Why for Laravel 7? You're much better off using custom casts for that (like I did here)
Maybe I should make a simple library of this too
I made this a simple library, for those using Laravel 7.x and newer.
It's available here, and has a compat method to seamlessly switch over from this package, unless you changed the default data too much.
@roelofr does this decrypt when you read from the DB? Because its not doing so when using tinker
@roelofr does this decrypt when you read from the DB? Because its not doing so when using tinker
If you're talking about the Laravel 7 cast I made, please open an issue there and don't go off-topic here.
https://github.com/ilyakonovaloff/laravel-database-encryption This one continues the same package if you don't want to do it locally. But if you use that remember to put on composer.json this package too: https://github.com/laravel/helpers Because the one above didn't change the Str_ that is described here: https://laravel.com/docs/6.x/upgrade#helpers