What is the best method to request data from another CRUD? #468
Unanswered
zorca
asked this question in
Help (Vue)
Replies: 1 comment 5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In Inertia, we request data about companies on the companies page. But what if we need to link contacts from another CRUD to the company? For example, we want to search for existing contacts using the searchable select field and insert the found contact into the company creation form. With the usual API, we make a request to another endpoint. In the case of Intertia, such a GET request leads to the opening of the page. I'm using Laravel + Vue.
Beta Was this translation helpful? Give feedback.
All reactions