-
### Summary of problem or feature request
I have a relationship with a model called User that has a related model Employee, and Employee has a related model Company.
I'm trying to use Datatables…
-
# Differences between lazy loading and eager loading
In Laravel, eager loading and lazy loading are two different techniques for retrieving related data when working with Eloquent models. They are us…
-
As of current, `ActiveRecord::refresh()` and `BaseActiveRecord::refresh()` only refresh the record itself and lose all relations. This is the expected behaviour, but if you then need to iterate ov…
-
Hi
Is there any way i can load relation with trashed items in `with` method?
![image](https://github.com/user-attachments/assets/c339be5b-919e-444d-b971-bb22bae7f952)
-
Ref: https://github.com/aws/aws-sdk-rails/pull/140
We'd like to use the eager loading in `aws-sdk-rails` for production use of `aws` gems. However we don't want to bring in the [full collection of …
-
### Environment information
```plain text
System:
OS: Windows 11 10.0.22631
CPU: (32) x64 13th Gen Intel(R) Core(TM) i9-13900K
Memory: 112.70 GB / 127.78 GB
Binaries:
Node: 20.11.0 - C:\…
-
- Larastan Version: 2.9.8
- Laravel Version: 11.26.0
### Description
When constraining eager loads all builder methods are not found.
### Laravel code where the issue was found
```php
Use…
-
I try to load a page and the associated taxonomies terms of it but the problem is that extra queries are being done.
I am using Statamic multisite.
I would like to be able to eager load only those a…
-
We faced several regression bugs while loading the certificates. Make loading eager to fail early.
A follow-up to #909
-
**Background**
I am currently working on a Symfony application that has distinct sections for customers and administrators. Each section has its own set of Stimulus controllers. The problem I face …