我尝试使用编辑路径更新帖子,但是当我发送表单并使用更新功能时出现错误
我的代码是
<form action="/posts{{$posts->id}}" method="POST">
@method('PUT')
@csrf
<label for="">title</label>
<input type="text" name="title" class="form-control" >
<label for="">body</label>
<textarea type="text" name="body" class="form-control">{{$post->body}}</textarea>
<input type="submit" class="btn btn-primary" value="edit">
肥皂起泡泡
慕码人8056858
哆啦的时光机
扬帆大鱼