laravel-form-builder
laravel-form-builder copied to clipboard
Request methods spoofing
Hi guys, there's any implementation about spoofing (as follows https://laravel.com/docs/5.0/routing#method-spoofing) ?
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.