Hello there, I'm doing a new view for this project. #254
Unanswered
juanca2918
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Initially, I started developing a simple CRUD for this repo. I just need to know how to render the view that I have been developing for the CRUD. I know there are policies bound to the view, a controller, a model, and a dynamic menu rendered by the Lavary package. However, I still don't know how to bring the new menu for the CRUD to the view in the browser. I also know that there is a GenerationMenuTrait that interacts with the dynamic menu, but as I mentioned, I don't know how the render works with the view because this repo does not use Inertia as a framework to handle the request and response. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I just need to know how to set up a new view with its backend in the project. I have made two views to handle the backend lifecycle requests for a form in create.vue and an index called index.vue in the crud_test folder. The idea is to generate a simple CRUD to learn how the project works. In the end, I'll make a view with its backend to simulate financial services.
generateviews.zip
Beta Was this translation helpful? Give feedback.
All reactions