1. Home
  2. Laravel
  3. Method field

Method field in Laravel provides the missing support for the requests like PATCH and DELETE.

#laravel#blade
{{ method_field('PATCH') }}

// This returns
<input type="hidden" name="_method" value="PATCH">
copy
Full Laravel cheatsheet