Skip to content

Releases: alexeygeno/phone-verification-laravel

v1.0.3

09 Aug 11:15
Compare
Choose a tag to compare

Add the driver option for the sender
Phpdoc improvements

v1.0.2

08 Aug 18:11
Compare
Choose a tag to compare

Fix migrations

v1.0.1

08 Aug 16:57
Compare
Choose a tag to compare

Add PHPstan badge
Code docs improvements
Channels fix
.ENV for rate_limits in config
FacadeTest fix

v1.0.0

08 Aug 09:22
Compare
Choose a tag to compare
  • Easy(.env) switching between different storages and notification channels
  • Configurable length and expiration time for OTP
  • Configurable rate limits
  • Localization
  • Usage with different Laravel approaches: automatic injection, facade, and commands
  • Logging notifications instead of sending real ones, beneficial for non-production environments
  • Out-of-the-box routes for quick start