Display revisions in Laravel Nova #5904
Replies: 1 comment
-
|
I figured it out by extending the |
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.
-
I would like to display revisions (composer package) in Laravel Nova dashboard v4.0.
I am doing this for now:
I have
Revisionresource as well:All works fine except
userResponsibleattribute, which resolves to a model\App\Models\Userafter requestingrevisionHistory. How can I displayUserin my nova Resource?An image to demonstrate the current display:

Beta Was this translation helpful? Give feedback.
All reactions