我有以下内容:
{!! Form::model($houses, ['method' => 'PATCH','route' => ['houses.update', $houses->id]]) !!}
和 {!! Form::open(array('route' => 'houses.store','method'=>'POST')) !!}
女巫导致:
<form method="POST" action="http://localhost/j/public_html/houses/2" accept-charset="UTF-8">
和 <form method="POST" action="http://localhost/j/public_html/houses" accept-charset="UTF-8">
我如何<form id="houseform" ...
在他们两个中添加一个?
谢谢