Skip to content

Commit 19c2d2f

Browse files
authored
Update README.md
1 parent e1fb1a1 commit 19c2d2f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,17 @@ Anonymize replaces sensitive model data with realistic fake data using Faker. Pe
1010
- **Privacy-First**: Automatically anonymize sensitive model attributes
1111
- **Consistent Data**: Same model ID always generates the same fake data
1212
- **Seamless Integration**: Works transparently with existing Eloquent models
13-
- **Serialization Safe**: Prevents data leaks even when models are serialized
1413
- **Granular Control**: Enable/disable anonymization globally or per-model instance
1514
- **Performance Optimized**: Intelligent caching prevents redundant fake data generation
1615

1716
## Installation
1817

19-
You can install the package via Composer:
18+
You can install the Anonymize using Composer:
2019

2120
```bash
2221
composer require directorytree/anonymize
2322
```
2423

25-
The package will automatically register its service provider.
26-
2724
## Usage
2825

2926
### Set Up Your Model

0 commit comments

Comments
 (0)