The setup. I have Posts items that users can favourite. I show the count of how many people have fav...
I have an app with users and collections. Both are resources and each user can create collections. I...
I am sure I am just missing something obvious but I can't stare at this problem any more. I have imp...
Hey pbohny. Sorry for replying to such an old thread but I am having the same issue. Emails sent fro...
Here ya go Just add this to the query chain: ->selectRaw('*, (SELECT COUNT(*) FROM favourites WHE...
delmadord said: Greetings, if you already has a results grabbed from the DB, you could use sortBy()...
Actually I figured this one out. My Environment variable was not set on the remote host. My deploy s...
Guys I found my mistake. I was hashing the password again when I should not have been. app/controll...
The Laravel portal for problem solving, knowledge sharing and community building.
The community