What is meant by check method ?
Answer / 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 |
What is asset in laravel?
What is redirect routes?
What are the main differences between laravel 4 and laravel 5.x?
What is blade in laravel?
What does guid stand for?
What are the server requirements for laravel 6.0?
Provide the steps to configure laravel application?
What is difference between var_dump and print_r?
How to create Controller Laravel - File Uploading ?
How to create custom middleware in laravel?
What is routing in laravel 5 and how we can use it?
How to configure clear route cache in laravel?