Token报错问题

解决token报错,CSRF令牌问题:

<form method="POST" action="">
       {{ csrf_field() }}
    <input type="hidden" name="_token"  value="{csrf_token()}"/>

    <input /> </form>

 

posted @ 2017-11-21 17:09  万里冰封  阅读(589)  评论(0编辑  收藏  举报