laravel-form-builder icon indicating copy to clipboard operation
laravel-form-builder copied to clipboard

Request methods spoofing

Open herlon214 opened this issue 7 years ago • 1 comments

Hi guys, there's any implementation about spoofing (as follows https://laravel.com/docs/5.0/routing#method-spoofing) ?

herlon214 avatar Jul 15 '17 19:07 herlon214

Yes, you can pass a method to the form as described here. When setting the method to PATCH/PUT/DELETE the _method field will be added to the form automagically.

Luukvdo avatar Jul 24 '17 09:07 Luukvdo