Skip to content

Version 3.0.0 of laravel-two-factor-authentication

Compare
Choose a tag to compare
@michaeldzjap michaeldzjap released this 25 Sep 08:59
· 24 commits to master since this release

Added

  • Proper support for Laravel 8. Note: This is a breaking change. Version 3 of this package is not backwards compatible with Laravel versions prior to 8 due to a breaking change in \Illuminate\Support\Manager. If you want to use this package with Laravel 5, 6 or 7 you will need to use version 1 or 2 of this package.
  • Factory class MichaelDzjap\TwoFactorAuth\Database\Factories\TwoFactorAuthFactory for model MichaelDzjap\TwoFactorAuth\Models\TwoFactorAuth

Changed

  • In Laravel 8 model namespacing has changed. Hence, MichaelDzjap\TwoFactorAuth\TwoFactorAuth should now be imported as MichaelDzjap\TwoFactorAuth\Models\TwoFactorAuth instead