We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
15605fd
Support Laravel 11
1ecdc13
Fix composer.json to actually include Laravel 10.
e50daf2
Add Laravel 10 support.
ddaedd1
Discard composer caching
6f11d6f
Update CHANGELOG.md
c4fbeee
Fixes casting to datetime.
3955db0
Now respecting hashing config (by using Hash::make instead of bcrypt) and correctly decrypts null to null.
Hash::make
bcrypt
null
9230365
This adds a password hashing feature.
ce2430c
Initial release