Support the ongoing development of Laravel.io →
Hrvoje Jukic

Hrvoje Jukic

Joined 13 Oct 2014
Hrvoje is a full-stack Laravel developer since 2014. He has a master in computer science and hes own company https://yuca.ba

Statistics

Threads 1
Replies 213
Solutions 26
Articles 0

Redis connection contract

Laravel Version: 5.8 Why doesn't https://github.com/laravel/framework/blob/5.8/src/Illuminate/Redis/...

0 Likes
0 Replies
replied 10 years ago

How to get most repetitive values with Eloquent?

something like this? Tag::whereIn('id', function($innerQuery){ $innerQuery->select('tag_id') ->...

0 Likes
replied 10 years ago

Advanced collection filtering / search

You can add a where clause in your SQL to do the filtering. Use CONCAT. If you allready got the coll...

0 Likes
Solved
replied 10 years ago

pivot hell

This is a frequent problem. It is known as a four table relation (3 + pivot). I think the best solut...

0 Likes
Solved
replied 10 years ago

Return an array from Helper Class to blade template

$result = DB::table('dashboards')->select('NA_LY_AVG')->where...->get(); gives a Collectio...

0 Likes
replied 10 years ago

Timing issues when use has relationship

My mistake. It should be ->has() instead of ->whereHas() in my code

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.

© 2026 Laravel.io - All rights reserved.