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 are the Advantages of Laravel ?
How do I setup localization for an application?
What are the main features of laravel?
What are the Features of Laravel ?
How do I seed my database for column that is a foreign key referencing to other table?
What is laravel horizon?
How do I test sending emails without actually sending emails to real addresses?
Explain fluent query builder in laravel.
What is the boot method?
What is a Laravel - Localization ?
What is laravel mvc?
Tell me what is service providers?