laravel-database-encryption icon indicating copy to clipboard operation
laravel-database-encryption copied to clipboard

Please add support for Laravel 6

Open Kaishiyoku opened this issue 5 years ago • 9 comments

Kaishiyoku avatar Dec 20 '19 21:12 Kaishiyoku

See #53, it's basically just waiting for the maintainer to press "merge".

roelofr avatar Jan 28 '20 15:01 roelofr

Yes, still waiting. And I need support for v7. Not feeling hopeful here :(

SuryaWebfox avatar Jul 04 '20 04:07 SuryaWebfox

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

roelofr avatar Jul 13 '20 10:07 roelofr

https://github.com/betterapp/laravel-db-encrypter

RandyBooth avatar Jul 21 '20 16:07 RandyBooth

Thanks for the tip, Randy

SuryaWebfox avatar Jul 21 '20 21:07 SuryaWebfox

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 avatar Aug 12 '20 23:08 roelofr

@roelofr does this decrypt when you read from the DB? Because its not doing so when using tinker

heyaj19 avatar Aug 22 '20 21:08 heyaj19

@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.

roelofr avatar Aug 22 '20 21:08 roelofr

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

TsikaAndreas avatar Oct 14 '20 09:10 TsikaAndreas