解决token报错,CSRF令牌问题:
<form method="POST" action=""> {{ csrf_field() }} <input type="hidden" name="_token" value="{csrf_token()}"/> <input /> </form>