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

Not sure if can configure nginx to allow the methods or not, but you can simulate PUT and PATCH by using POST and add the parameter _method with a value of put or patch.

Example:

<form method="post">
    <input type="hidden" name="_method" value="put">
   Etc.. 
</form>
Last updated 8 years ago.
0

I'll second that.

These hidden inputs are added automatically when using the Laravel Collective Forms package.

0

Sign in to participate in this thread!

Eventy

Your banner here too?

sameerptnk sameerptnk Joined 29 Apr 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.