There was an error while loading. Please reload this page.
1 parent aff04d3 commit 327346aCopy full SHA for 327346a
README.md
@@ -100,12 +100,14 @@ similar to laravel eloquent `where` and `orWhere`.
100
### Encrypt your current data
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'
+```php
104
+ php artisan encryptable:encryptModel 'App\User'
105
```
106
107
Additionally you can decrypt it using the following commmand.
108
-```php artisan encryptable:decryptModel 'App\User'
109
110
+ php artisan encryptable:decryptModel 'App\User'
111
112
113
Note: You must implement first the `Encryptable` trait and set `$encryptable` attributes
0 commit comments