needsRehash($hashedValue, array $options = []) | Laravel's Bcrypt Hasher
The needsRehash method is used to determine if the provided $hashedValue has been hashed with the supplied $options . This is useful for when the work factor of a hashing function has been updated and all passwords need to be updated to use the...