Answer Posted / surbhi
This is shown in the code given below -
if (Hash::check('plain-text', $hashedPassword)) {
// The passwords match...
}
Note that the check method compares the plain-text with the hashedPassword variable and if the result is true, it returns a true value.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can we use maintenance mode in laravel 5?
Is laravel a cms?
What is Basic Response in Laravel ?
Explain how to enable multiple php versions in homestead?
How to register a service provider via composer in laravel?
How to check table is exists or not in our database using laravel?
Explain how to resolve class instance out of the container in laravel?
Provide system requirements for installation of laravel framework?
Explain validations in laravel?
What is a Artisan command ?
What is csrf token in laravel?
What is a flush() ?
What is localization?
How to make a helper file in laravel?
By default valet serve your app on which tld? How to configure it to use another domain?