// app/Http/Middleware/VerifyCsrfToken protected $except = [ ‘webhook/*‘ ];
laravel 部分路由取消csrf
原文:http://www.cnblogs.com/fenle/p/4918027.html