Relative Content

Tag Archive for laravelvuejs3httprequesthttpresponseinertiajs

how to update the content of DOM element with inertiajs, laravel and vue3

i was trying to modify the props received from a controller written in PHP with laravel but when in the view i click the button that send a post request to the controller, it works fine and receive all the data sent and before the response the data are correct, but when i try to execute Inertia::render with the new data the page that i have to update with the new props dont receive any new data, but still has the first props i sent when i called the page for the first time.