Support the ongoing development of Laravel.io →
Requests Laravel.io
Last updated 1 year ago.
0

What is the response you're getting from Laravel? Without seeing the response body or an error, any suggestions would just be speculation.

Last updated 1 year ago.
0

may you are not submitted your form with the put method type, uses Route::any to check this

Last updated 1 year ago.
0

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.

Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

ahmadina ahmadina Joined 6 Mar 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.