- Install
wotz/laravel-verification-code
instead ofnextapps/laravel-verification-code
- Replace all occurrences of
NextApps\VerificationCode
namespace with newWotz\VerificationCode
namespace
- Config variable
expire_hours
has been renamed toexpire_seconds
, rename your config variable and multiply your value by 3600 to have the same behaviour. - The minimum supported version of PHP has changed to PHP 8.0
- The minimum supported version of Laravel has changed to Laravel 10
- Config variable
model
has been added