Laravel - Hashing - Configuration
The default hashing driver for your application is configured in your application's config/hashing.php
configuration file. There are currently several supported drivers: Bcrypt and Argon2 (Argon2i and Argon2id variants).
The Argon2i driver requires PHP 7.2.0 or greater and the Argon2id driver requires PHP 7.3.0 or greater.