Laravel form html with PUT method for PUT routes

后端 未结 6 1031
庸人自扰
庸人自扰 2020-12-05 23:09

I Have this in my routes :

+--------+---------------------------+--------------+---------------------------                                                           


        
6条回答
  •  情深已故
    2020-12-05 23:46

    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('PUT') }}

提交回复
热议问题