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 |
How do you call artisan command in laravel?
What are the validations in laravel?
How to write php code in laravel blade?
What is ajax in laravel?
Explain automatic injection in laravel?
What is reverse routing?
What is laravel mvc?
How will you explain dd() function in laravel?
Can you update homestead? If yes, how?
What is laravel orm?
How to create & register a service provider in laravel 5?
How to share sites with external world on valet?