在表单中加一个input框在放入{{ csrf_token() }}就可以了:

方法如下:

<input type="hidden" name="_token" value="{{ csrf_token() }}" />