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
Please see UPGRADING for details on how to upgrade.
Added
Added command to re-encrypt models.
Added custom casts for encrypted booleans, date(time)s, floats and integers.
Added command to re-encrypt files.
Added support for Laravel 13.
Changed
The EncryptedModel class has been removed in favor of Laravel's built-in encrypted casting.
The local-encrypted filesystem driver has been renamed to encrypted and now wraps another filesystem. This makes it possible to encrypt files stored on remote filesystems.