Support the ongoing development of Laravel.io →
jarektkaczyk

jarektkaczyk

Joined 25 Mar 2014

Statistics

Threads 5
Replies 241
Solutions 55
Articles 0

super Easy Global Scope definition

If you ever created complex global scope constraint, you must have faced a challenge with defining r...

0 Likes
0 Replies

How to search eloquent models with relations

Pretty much every app needs decent search engine. Nowadays specialized engines like ElasticSearch ar...

0 Likes
3 Replies

Eloquence - a must have package for eloquent

Do you use Eloquent in your apps? It's simply fun to work with, right? I think the same, but after s...

0 Likes
3 Replies

Easy db revisions with Sofa/Revisionable

I want to introduce nice and useful package for DB revisions. It works out of the box with Eloquent...

0 Likes
3 Replies
0 Likes
1 Replies
replied 11 years ago

Using lists with eager loading

You can't use lists like this as these are separate queries. What is Friends model?

0 Likes
replied 11 years ago

Best way to link a model to two other models

Yes, that's the way for the relation linking, but what is that you want to test there?

0 Likes
replied 11 years ago

grouping of results

You can easily achieve that using groupBy() method of the Collection class, but mind that dateTime f...

0 Likes
Solved
replied 11 years ago

Many to many to many in whereHas()

Hmmmm I must admit I was wrong here! whereHas() doesn't work with dot nested relations, that's all....

0 Likes
replied 11 years ago

Group by multiple columns in Laravel

How do you tell this is not working the way it should?

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.