Support the ongoing development of Laravel.io →
Security Input Database
Last updated 2 years ago.
0

How does your model look like ? Maybe you don't have password in your $fillable property on model, that's like 99% it. You can either add it to $fillable on your model or manually assign password with $model->password = Hash::make($password). There is a chance it is something else, but seeing your model would definitely help.

0

Problem solved. I updated the controller to pass in the User object and then updated the UserRepository method like so

http://laravel.io/bin/E3yXB

0

Sign in to participate in this thread!

Eventy

Your banner here too?

appnorth appnorth Joined 3 Jun 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.