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 Dec 2, 2024. It is now read-only.
This trait encrypts all your fields (defined in $this->encryptable) before saving it to the database.
12
-
It makes it extremely easy to treat certain fields as encryptable by automatically encrypting and decrypting the values.
6
+
> [!WARNING]
7
+
># No longer maintained
8
+
>We no longer use this package and will not maintain it. Please feel free to fork it and maintain it yourself.
9
+
>
10
+
>Consider migrating to Laravel encryption features which we added since this package was created.
11
+
>
12
+
>This package uses serialized encryption, while the Laravel encryption casts unserialized encryption.
13
+
>You can upgrade uses of this package to custom casts, e.g. by implementing `Illuminate\Contracts\Database\Eloquent\Castable` on a data object used as cast.
13
14
14
-
# Photoware
15
+
-----
15
16
16
-
This package is free to use, but inspired by [Spaties' Poscardware](https://spatie.be/en/opensource/postcards) we'd love to see where
17
-
where this package is being developed. A photo of an important landmark in your area would be highly appreciated.
0 commit comments