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 do I copy a model and its many children efficiently?

You don't need to use raw query. Instead you can do something like below, for hasMany: $parentKey =...

0 Likes
replied 11 years ago

How do I copy a model and its many children efficiently?

Adam, not really, no. It will just set the relations, but it won't really link them (associate, atta...

0 Likes
replied 11 years ago

How do I copy a model and its many children efficiently?

After some tinkering I made that replicate recursive and it does basically what OP needs. However it...

0 Likes
replied 11 years ago

How do I copy a model and its many children efficiently?

Unfortunately this won't create related objects just like that. And it also won't create relations o...

0 Likes
replied 11 years ago

Get table name that is using scope (inside of scope)

First off, you don't need to return anything from the scope (however you may do so): public function...

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.