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

How to specify which values are needed from db in Laravel?

trololosha4real said: jarektkaczyk said: Only way I can think of would be overriding the methods r...

0 Likes
replied 11 years ago

Eloquent ORM - database records inserted twice

The code you have doesn't insert anything twice, so there are 2 things I can think of: You visit th...

0 Likes
replied 11 years ago

How to specify which values are needed from db in Laravel?

Only way I can think of would be overriding the methods responsible for fetching results from db, bu...

0 Likes
replied 11 years ago

Laravel Magic in Eloquent and View

Yes, of course you can do that. For Eloquent Builder itself scopes are working just the same. And th...

0 Likes
replied 11 years ago

Using "has" to query on pivot table (aka join table)

The problem is that you use wrong relation for this. Many to many is belongsToMany and hasMany works...

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.