SyntaxFix
Write A Post
Hire A Developer
Questions
If you are using HTML Form element instead Laravel Form Builder, you must place method_field between your form opening tag and closing end. By doing this you may explicitly define form method type.
method_field
<form> {{ method_field('PUT') }} </form>