We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfc12f2 commit 229eecfCopy full SHA for 229eecf
README.md
@@ -14,6 +14,7 @@ and easily add casts for names and hashing passwords on your user models.
14
```php
15
protected $casts = [
16
// Hashes the value when assigning to `$model->password`.
17
+ // Note: Password cast is now deprecated. Use Laravel's hash cast instead.
18
'password' => Password::class,
19
20
// Provides utilities for manipulating a name
0 commit comments