Skip to content

Commit aff04d3

Browse files
Update README.md
1 parent 8856e2e commit aff04d3

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,15 @@ similar to laravel eloquent `where` and `orWhere`.
9898
```
9999

100100
### Encrypt your current data
101-
If you have current data in your database you can encrypt it with the:
102-
`php artisan encryptable:encryptModel 'App\User'` command.
101+
If you have current data in your database you can encrypt it with the following command.
102+
103+
```php artisan encryptable:encryptModel 'App\User'
104+
```
103105

104-
Additionally you can decrypt it using the:
105-
`php artisan encryptable:decryptModel 'App\User'` command.
106+
Additionally you can decrypt it using the following commmand.
107+
108+
```php artisan encryptable:decryptModel 'App\User'
109+
```
106110

107111
Note: You must implement first the `Encryptable` trait and set `$encryptable` attributes
108112

0 commit comments

Comments
 (0)