@francis_sebin_fernandez I don’t really follow your question. Are you asking about creating related models? Or Eloquent API resource classes?
Jun 23, 2021
2
Level 1
How to insert data from one resource to another?
Hi
I have a Quote Model in which the customers can create a request quote for the products, Quote table has a column for status when the admin changes the status an entry should be placed in the quote_status table and also an order must be created in the order table with the data present in Quote table. Searched through the doc but didn't find any solution
any suggestions?
Please or to participate in this conversation.