Support the ongoing development of Laravel.io →
Kryptonit3

Kryptonit3

Joined 3 Mar 2014

Statistics

Threads 7
Replies 33
Solutions 4
Articles 0
posted 10 years ago

[L5] Count query running multiple times

I have a query that counts rows in a table that equal 5. For some reason it is running multiple time...

0 Likes
0 Replies
posted 10 years ago

[L5] 2 css files with same group/permissions - one inaccessible

Not sure what happened. Maybe a recent update? I push my code changes to my public environment from...

0 Likes
0 Replies

L4 - unable to get custom pagination to render

I have a view in (inbox/pagination.blade.php) Here is the contents @if($paginator->getLastPage()...

0 Likes
0 Replies
posted 10 years ago

polymorphic relationships and laravel - two messaging systems

I am building a specific kind of messaging system. A user can message a user. A user can message a c...

0 Likes
6 Replies
Solved

Bye Virtualbox/Vagrant/Homestead, Hi Laragon

( cross posted @laracasts too, just want you guys to check this out http://goo.gl/c0uc1S ) Just foun...

0 Likes
4 Replies
replied 11 years ago

How Convert dateTime come from mysql to date in laravel?

I personally do not want to mess with the headache of converting and displaying timezones properly s...

0 Likes
replied 11 years ago

Password remind doesn't send email

are you using the same [mail/mail queue] function you use during user registration email sending? di...

0 Likes
replied 11 years ago

eloquent query multiple relations deep

Figured it out :) $c = Company::where('active','=',1)->whereHas('user', function($q) { $q->wh...

0 Likes
Solved
replied 11 years ago

eloquent query multiple relations deep

$c = Company::whereHas('user', function($q) { $q->whereHas('group', function($q) { $q->whe...

0 Likes
replied 11 years ago

eloquent query multiple relations deep

not sure where to start on that. read somewhere that whereHas doesn't play nice with nested relation...

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.

© 2026 Laravel.io - All rights reserved.