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
Laravel has encrypted casts since 8.12 (see https://laravel.com/docs/10.x/eloquent-mutators#encrypted-casting), making this package obsolete. However, the two implementations are slightly incompatible, so we should provide a way to migrate to the first-party method.
The text was updated successfully, but these errors were encountered:
JaZo
changed the title
Provide migration to Laravel encrypted casts
Provide migration path to Laravel encrypted casts
Feb 27, 2024
JaZo
linked a pull request
Nov 15, 2024
that will
close
this issue
Laravel has encrypted casts since 8.12 (see https://laravel.com/docs/10.x/eloquent-mutators#encrypted-casting), making this package obsolete. However, the two implementations are slightly incompatible, so we should provide a way to migrate to the first-party method.
The text was updated successfully, but these errors were encountered: