Please note that Password::INVALID_PASSWORD
is not available in Laravel 6.x and 7.x API 6.x / API 7.x.
So if user (like me) runs Laravel > 5.8, this file will raise an error (Undefined class constant 'INVALID_PASSWORD'
).
Please take a look.
Thank you.