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 x-csrf-token?
What is laravel eloquent?
How can I hide all stack whoops error information when the application is in production?
Explain elixir in laravel?
How to install and start, stop mysql on valet?
How we can upload files in laravel? Explain
What are contracts?
What is the service container in laravel?
Does laravel use mvc?
What are the Steps for Creating a Blade Template Layout ?
How to get JSON Response on Laravel ?
What is active record in laravel?