我有一个laravel项目在我的本地主机上运行。我的付款面板想重定向回我的localhost验证路由,但我得到419过期错误.
2w2cym1i1#
class VerifyCsrfToken extends Middleware { /** * The URIs that should be excluded from CSRF verification. * * @var array */ protected $except = [ // your url ]; }
1条答案
按热度按时间2w2cym1i1#