Skip to content
This repository has been archived by the owner on Apr 7, 2021. It is now read-only.

Please add support for Laravel 6 #54

Open
Kaishiyoku opened this issue Dec 20, 2019 · 9 comments
Open

Please add support for Laravel 6 #54

Kaishiyoku opened this issue Dec 20, 2019 · 9 comments

Comments

@Kaishiyoku
Copy link

No description provided.

@roelofr
Copy link

roelofr commented Jan 28, 2020

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

@SuryaWebfox
Copy link

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

@roelofr
Copy link

roelofr commented Jul 13, 2020

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

@RandyBooth
Copy link

@SuryaWebfox
Copy link

Thanks for the tip, Randy

@roelofr
Copy link

roelofr commented Aug 12, 2020

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.

@heyaj19
Copy link

heyaj19 commented Aug 22, 2020

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

@roelofr
Copy link

roelofr commented Aug 22, 2020

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

@TsikaAndreas
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants