Laravel nova eager loading model not working #3640
Unanswered
zsoltjanes
asked this question in
Q&A
Replies: 1 comment
-
Add
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Guys! I use Laravel Nova, and as their documentum says i should load the relation with the
$with
array https://nova.laravel.com/docs/resources/#eager-loadingbut its not working for me.
The Nova/Media.php file $model is calling your basic modell class.
Attempted to lazy load [announcement] on model [App\Models\Application] but lazy loading is disabled.
The Nova/Application model has the $with too:
Beta Was this translation helpful? Give feedback.
All reactions