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
Explain how to do 301 redirects in laravel?
Explain what is laravel
What is blade in laravel?
What is slug in laravel?
Explain active record concept in laravel.
How to return a view from route in laravel?
What is a Laravel - Encryption ?
What is Decryption Process ?
What do you know about facades in laravel? Explain.
What do you understand by lumen?
What is register method?
Please write some additional where clauses in laravel?
How do I register a service provider?
How to use laravel framework in php?
What is meant by Logging ?