为了账号安全,请及时绑定邮箱和手机立即绑定

TokenMismatchException in VerifyCsrfToken.php line 67: 很长时间啦

 TokenMismatchException in VerifyCsrfToken.php line 67: 


正在回答

4 回答

laravel 5.4  也遇到这个问题 ,找到最后发现是 中间件 文件kernel.php。的 protected $middlewareGroups = [】// \App\Http\Middleware\VerifyCsrfToken::class,  这个 中间件 注释掉。就可以了!

1 回复 有任何疑惑可以回复我~

我也是遇到这个问题,谢谢哈@php土豆

0 回复 有任何疑惑可以回复我~

嗯,谢谢大哥

0 回复 有任何疑惑可以回复我~


我假设你添加$this->middleware('auth');到控制器的构造函数中,以使认证工作。在顶部添加以下内容,在您的登录/注册表单下,如果您使用{!! Form::someElement !!}:

{!! csrf_field() !!}

或者如果您在表单中使用输入标签,只需在<form>标签之后添加:

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

参考地址:http://stackoverflow.com/questions/26008873/method-illuminate-view-view-tostring-must-not-throw-an-exception-in-unix


如果英语不太好的同学,右键翻译成中文


0 回复 有任何疑惑可以回复我~
#1

weibo_啊哈小明_0

为什么我添加了还是报错
2017-11-15 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

TokenMismatchException in VerifyCsrfToken.php line 67: 很长时间啦

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信