Argon2 is a new password hashing algorithm added to PHP 7.2. It is more secure and faster than Bcrypt.
Is it possible to expose this functionality in Laravel? One way I believe this can be done with backward compatibility is to set which hashing algorithm to use using either a config value or env. Some Laravel apps will already have hashed passwords in the DB using Bcrypt.