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 is homestead.yaml?
How to share data with views?
What is Encryption Process ?
How to install installing mariadb on homestead?
What are the three service provider types?
What is uuid in laravel?
Is laravel spark free?
Explain faker in laravel.
What is factory in laravel?
What is database migration in laravel?
How do I seed my database for column that is a foreign key referencing to other table?
How to Declaration of namespace ?