Skip to content

Commit 7557cea

Browse files
author
Rob Bennett
committed
Added tests
1 parent c052516 commit 7557cea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# laravel_model_encryption
1+
# Laravel model encryption, hashing and blind index
22
A no fuss Laravel model trait to add encrypted model attributes with the option of blind indexes and hashed attributes.
33

44
Model attributes that are marked as encrypted will be encrypted via Laravel's default encryption. Simply set the model attribute with a value of string, integer, float, boolean or date (as a string) and the value will be persisted as the encrypted value. Accessing the attribute will decrypt the attribute and cast it to it's defined type (a Carbon instance if date).
@@ -18,7 +18,7 @@ This package requires Laravel 5.6. Earlier versions of Laravel have a different
1818

1919
# Installation
2020
```
21-
composer require *****
21+
composer require rbennett/laravel-model-encryption
2222
```
2323

2424
# How to use

0 commit comments

Comments
 (0)