Luuk van den Ouweland
Results
2
comments of
Luuk van den Ouweland
I currently have a use case for a `hasView` function (outside of a migration) so I thought I'd share what I've found while researching. As @cbj4074 points out Laravel core...
Yes, you can pass a method to the form as described [here](http://kristijanhusak.github.io/laravel-form-builder/form/basics.html#form-options). When setting the method to PATCH/PUT/DELETE the `_method` field will be added to the form automagically.