adspace


What is meant by check method ?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How much laravel experience do you have?

815


What is current stable version of laravel?

870


Do you know what version of laravel do you generally use?

839


What is latest version of laravel?

869


Tell us have you used lumen before?

809