1、添加网站站点后打不开
解决办法,关闭防跨站攻击2
2、laravel项目部署到linux的时候出现The stream or file "/home/www/storage/logs/laravel.log" could not be opened in append mode
给目录加权限
chmod -R 777 storage
3、Class "Redis" not found
php中redis扩展没有安装,需要安装一下
4、数据库没有配置