Replies: 1 comment
-
|
This is already possible by using the https://nova.laravel.com/docs/resources/fields.html#field-hydration |
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.
-
My project is a little complex and is used to create an operational administration panel for non-tech personnels.
I have a Product model which have prices, images and other models that depend on this Product model. By user experience, they want to be able to add everything in one creation form so I need to create a form such that it can create multiple models at the same time. What I can think of right now is to use a custom logic to create the separate models.
In this case, prices, images and other models have a foreign key which points to product. I also want to be able to create multiple images model at the same time and point them to product. Wondering if there is any plan to implement such a feature.
Beta Was this translation helpful? Give feedback.
All reactions