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 |
Which template engine laravel use?
Tell me does laravel support caching?
What is the best backend for react?
Tell me why doesn't laravel use semantic versioning?
what is meant by Views ?
What is contract in laravel?
Explain how to get requested path in laravel?
Explain binding a singleton?
How would you add a 3rd party package like sentry?
How do I see all defined routes?
What are the available router methods?
Tell me how to use select query in laravel?