yii\web\Request::cookieValidationKey must be configured with a secret key.

出现的错误表示没有设置  cookieValidationKey 
 
 
解决方法:
打开 basic\config\web.php 
设置代码如下
yii\web\Request::cookieValidationKey must be configured with a secret key.
 

相关文章: