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
Is laravel built on symfony?
What is vagrantfile?
Explain, how to get current environment in laravel 5?
How to use where null and where not null eloquent query in laravel?
How to enable the query logging?
How to create route name in laravel 5?
Tell me when laravel was launched?
What is laravel elixir?
How to create a controller in laravel?
Does laravel support caching?
How to use update query in laravel?
What are service providers in laravel?
What is blade in laravel?
Where can I learn laravel?
What is crud generator?