Support the ongoing development of Laravel.io →

stueynet

Joined 21 May 2014

Statistics

Threads 4
Replies 7
Solutions 2
Articles 0
posted 8 years ago

Forge is down

Oh the humanity http://d.pr/i/M9bZ

0 Likes
1 Replies

Ordering by the count of a related table result

The setup. I have Posts items that users can favourite. I show the count of how many people have fav...

0 Likes
4 Replies
Solved
posted 9 years ago

Returning collections from a given user in the Collections controller

I have an app with users and collections. Both are resources and each user can create collections. I...

0 Likes
2 Replies
Solved

Password hashing issue causing the same password to have differing hashes

I am sure I am just missing something obvious but I can't stare at this problem any more. I have imp...

0 Likes
5 Replies
Solved
replied 7 years ago

Mail template caching issue in Envoyer Deployment

Hey pbohny. Sorry for replying to such an old thread but I am having the same issue. Emails sent fro...

0 Likes
replied 9 years ago

Ordering by the count of a related table result

Here ya go Just add this to the query chain: ->selectRaw('*, (SELECT COUNT(*) FROM favourites WHE...

0 Likes
Solved
replied 9 years ago

Ordering by the count of a related table result

delmadord said: Greetings, if you already has a results grabbed from the DB, you could use sortBy()...

0 Likes
replied 9 years ago

Mailchimp curl error

Actually I figured this one out. My Environment variable was not set on the remote host. My deploy s...

0 Likes
replied 9 years ago

Password hashing issue causing the same password to have differing hashes

Guys I found my mistake. I was hashing the password again when I should not have been. app/controll...

0 Likes
Solved

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.