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

Where can I keep my collection filters?

Why don't you execute queries to do this, instead of filtering collections? I think it would be bett...

0 Likes
replied 11 years ago

eloquent type handling

It's PDO, not Eloquent itself. Check this: https://github.com/laravel/framework/pull/5004

0 Likes
Solved
replied 11 years ago

Database model

No, as long as primaryKey on the model is set (or it's default id field). If you get empty array, th...

0 Likes
replied 11 years ago

Many to Many Polymorphic relationship catch-all method?

It depends on what you are trying to achieve. For example you could convert to and merge base collec...

0 Likes
replied 11 years ago

Many to Many Polymorphic relationship catch-all method?

No, you can't do that. Laravel needs to know what to instantiate. Also Eloquent Collection relies on...

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.