What is meant by check method ?



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

Post New Answer

More Laravel PHP Framework Interview Questions

What are route groups?

0 Answers  


How install react js in laravel?

0 Answers  


What does double quotation mean?

0 Answers  


How to work with an Error in Laravel ?

1 Answers  


What is route model binding in laravel?

0 Answers  






What is reverse routing?

0 Answers  


Can you explain about serialization?

0 Answers  


How to retrive/get current environment in laravel.

0 Answers  


How to upgrade valet to valet 2.0?

0 Answers  


What is a route?

0 Answers  


Explain dependency injection?

0 Answers  


Does laravel use mvc?

0 Answers  


Categories