Is it possible to cache relationships with the remember function?
$screen->Texts()->with('TextI18Ns')->rememberForever()->get();
Because now only the query for selecting the Texts is cached. The Query for the TextI18Ns is always executed.
Thanks. Kevin
No, "too scary to impliment in core" https://github.com/laravel/framework/pull/1418
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community