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 |
Explain few features of laravel?
What is a controller middleware?
How to create migrations in laravel? Explain step by steps.
Explain what is laravel
Explain response in laravel.
How to generate & update application key in laravel 5?
Which is better django or laravel?
What is official website url of laravel?
What is laravel spark?
What is blueprint in laravel?
What is attribute casting and how does it work in eloquent?
What is laravel api rate limit?