I need to make the laravel Hash:: function to use Whirlpool instead of bcrypt. This needs to be compatible with the Auth:: class.
Since I am not very experienced with Laravel I don't really know where to start. I've seen the vendor\ircmaxell\password-compat\lib\password.php file.
Should I create a new definition in start of that and try to replace everything so that it uses the php hash function?
I know this is not optimal, but it is required for compability.
Thanks in advance