There was an error while loading. Please reload this page.
1 parent 327346a commit cb71d1fCopy full SHA for cb71d1f
README.md
@@ -101,13 +101,13 @@ similar to laravel eloquent `where` and `orWhere`.
101
If you have current data in your database you can encrypt it with the following command.
102
103
```php
104
- php artisan encryptable:encryptModel 'App\User'
+php artisan encryptable:encryptModel 'App\User'
105
```
106
107
Additionally you can decrypt it using the following commmand.
108
109
110
- php artisan encryptable:decryptModel 'App\User'
+php artisan encryptable:decryptModel 'App\User'
111
112
113
Note: You must implement first the `Encryptable` trait and set `$encryptable` attributes
0 commit comments