I'm not sure if I understand your problem, but isn't setting the user's password enough? I use the f...
Due to the filter you added, Laravel is trying to call the getAfterFilters function on your controll...
Can you show us your User model? It might be that your model has a setPasswordAttribute which allrea...
I had the same error when uploading files which were to large for my server. I'm not sure why you ge...
How / where are you calling the check() method? If you want to be redirected, then you should return...
The Laravel portal for problem solving, knowledge sharing and community building.
The community