Skip to content

Commit 327346a

Browse files
Update README.md
1 parent aff04d3 commit 327346a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,14 @@ similar to laravel eloquent `where` and `orWhere`.
100100
### Encrypt your current data
101101
If you have current data in your database you can encrypt it with the following command.
102102

103-
```php artisan encryptable:encryptModel 'App\User'
103+
```php
104+
php artisan encryptable:encryptModel 'App\User'
104105
```
105106

106107
Additionally you can decrypt it using the following commmand.
107108

108-
```php artisan encryptable:decryptModel 'App\User'
109+
```php
110+
php artisan encryptable:decryptModel 'App\User'
109111
```
110112

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

0 commit comments

Comments
 (0)