You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 7, 2021. It is now read-only.
@JustinGT just pushed a fix and README.md updated in 026d7b9. The corrected environment variable to set is DB_ENCRYPTION_ENABLED, not DATABASE_ENCRYPTION_ENABLED like the docs erroneously stated. Let me know if you run into any issues.
Tried this on a fresh install of laravel 5.5.*
the environment var (in
.env
)DATABASE_ENCRYPTION_ENABLED=false
is ignored.so if I want to disable the encryption i have to comment out the
use HasEncryptedAttributes;
statement in each model.The text was updated successfully, but these errors were encountered: