What is the response you're getting from Laravel? Without seeing the response body or an error, any suggestions would just be speculation.
may you are not submitted your form
with the put
method type, uses Route::any
to check this
You can't submit a form using PUT because it's not supported yet. You have to add a hidden field named "_method" with a value of "put" to allow the route to work properly.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community