This repository was archived by the owner on Apr 19, 2025. It is now read-only.
Version 2.3.0 of laravel-two-factor-authentication
Changed
- Laravel 5.8 has changed the type signature of the
id
column on theusers
table. To learn what this means in terms of using this package, please see this.
Features
- Support for Laravel 5.8 has been added.
- A new config option "big_int" has been added. Use this option to select which type (i.e.
unsignedBigInteger
orunsignedInteger
) to use for theuser_id
column on thetwo_factor_auths
table. See this for more information.