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 to Assigning Middleware to Route ?
What is facades in laravel?
What do you know about php artisan?
Define implicit controller.
What is use of laravel?
What is controller in laravel?
How to Passing Data to Views ?
Explain how to enable multiple php versions in homestead?
Tell me how can you display html with blade in laravel?
What is a Composer command ?
What is laravel dependency injection?
What are terminable middlewares?