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

Doesn't work with Laravel 5.7 #33

Closed
Kingmaddi opened this issue Oct 25, 2018 · 1 comment
Closed

Doesn't work with Laravel 5.7 #33

Kingmaddi opened this issue Oct 25, 2018 · 1 comment

Comments

@Kingmaddi
Copy link

Kingmaddi commented Oct 25, 2018

Hello,

i have a problem. I installed the plugin with Laravel 5.7. I have inserted

use AustinHeap\Database\Encryption\Traits\HasEncryptedAttributes;

on top of my Model and defined

 use HasEncryptedAttributes;

 protected $encrypted = [
        'name',
 ];

in it. But after saving the Model in the Database, the Attribute name doesn't encrypted.
Are there any ideas to fix it?

Thank you for your help

@austinheap
Copy link
Owner

Hi @Kingmaddi -- this package does not currently support Laravel 5.7.x.

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

2 participants