Replies: 1 comment
-
|
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
-
Description:
I have a
Client
model that can be related to manyTeam
models:The
Team
model can only be related to oneClient
model:I want to be able to update this Client in Laravel Nova and add more relationships. For example: a team switches to another Client so I can select another Team in the update form and add it to the Client. I tried using both Benjacho/belongs-to-many-field-nova and dillingham/nova-attach-many packages to be able to edit this model and its relationship. However, no matter which package I use I constantly get the same error:
Because I get this error every time I assume this has something to do with Laravel Nova or the way I defined my relationships in Laravel.
Detailed steps to reproduce the issue on a fresh Nova installation:
Beta Was this translation helpful? Give feedback.
All reactions