Proof of Concept: Load any route into a modal with Inertia.js using Laravel and Vue.js
– protone.media - submitted by Pascal Baljet
Imagine a form to create a new product. Amongst the name, description, and price, you can also attach a category to it. But what if you want to attach a category that doesn't exist yet? We have a dedicated route and component to create new categories, but wouldn't it be great if you could re-use that functionality while the user stays on the product creation page?
Read more [protone.media]