Support the ongoing development of Laravel.io →

jazpur

Joined 11 Feb 2014

Statistics

Threads 1
Replies 3
Solutions 0
Articles 0

Password reset token not found in User table ?

I'm creating a password reset functions as descibed in the Laravel docs. I've generated the password...

0 Likes
3 Replies
Solved
replied 10 years ago

Password reset token not found in User table ?

Thanks for the replies. I had the remove the token from the credentials like geocine said. The Eloqu...

0 Likes
replied 10 years ago

Joined table IDs are returned in the Model Collection instead of the main table IDs

Ok, I had the same problem and adding columns to the get() solved it for me. This my code: $...

0 Likes
replied 10 years ago

Joined table IDs are returned in the Model Collection instead of the main table IDs

Try putting the columns in your get(). Like: ->get (['jobs.*'])

0 Likes

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.