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 11 years ago

Models that that don't extend Eloquent

Yeah, just create a class. You probably want a helper class. Probably somebody has already created t...

0 Likes
replied 11 years ago

Adding a "reference table" to a pivot table

I think that is a good idea to add another table, because the number of units is limited. You can fi...

0 Likes
replied 11 years ago

who adding a fields to relationship Table in pivot table method using laravel ?

I don't understand your English. I hope the question is "How", not "Who". This l...

0 Likes
replied 11 years ago

Find items that have a set of associated items through hasMany

If every video must have all the tags at the same time, then use this $tagArray = array('comedy', 't...

0 Likes
Solved
replied 11 years ago

Find items that have a set of associated items through hasMany

You need a whereHas with a whereIn statement. The code would be something like this $tagArray = arra...

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.