Submitting Inertia Forms to a New Window in Laravel/Vue Applications
In Laravel applications using Inertia.js and Vue.js, there might be scenarios where you need to submit a form to a new window. Standard Inertia.js…
Read postEverything in this archive, newest first.
In Laravel applications using Inertia.js and Vue.js, there might be scenarios where you need to submit a form to a new window. Standard Inertia.js…
Read postDual-use Controllers in Laravel Dual-use controllers in Laravel serve a dual purpose: they return/render an Inertia/Vue page when accessed normally and JSON data when…
Read postWhen you return an Inertia response using Inertia::render(), it doesn't return a standard Laravel response object directly. Instead, it returns an instance of Inertia\Response,…
Read post