Reading https://laravel.com/docs/8.x/fortify (laravel 8) I did not find with which method password is created on register? When I created user in migration with bcrypt method it does not work with
Hash::check
method?
In other words which method have I to use migration adding user?
Thanks!