// Use a long and random value.
Cookie::$salt = ''
The only place where I could see that function failing is if you have failed to provide a cookie salt. Make sure you set one and see if this fixes your error. In the bootstrap:
// Use a long and random value.
Cookie::$salt = ''
发布评论
评论(1)
我可以看到该函数失败的唯一地方是如果您未能提供 饼干盐。确保您设置了一项,看看这是否可以解决您的错误。在引导程序中:
The only place where I could see that function failing is if you have failed to provide a cookie salt. Make sure you set one and see if this fixes your error. In the bootstrap: