happy hacking!
发现在我的laravel5.1中,调用Request::all()并不能自动过滤掉_token字段需要手动过滤 $input = array_except(Request::all(),['_token']);