Can you show us your User model? It might be that your model has a setPasswordAttribute which allready hashes your password. In that case you can use,
$user->password = '1234';
And then the check should work.
What type of field and length of your password field? I am wondering if the database server is cutting off part of the hash when saving it.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community