常见问题
修改 .env 文件无效 / 修改网站设置无效
cd /www/wwwroot/example.com #进入网站目录
php artisan config:clear
php artisan cache:clear
忘记密码后重置
cd /www/wwwroot/example.com #进入网站目录
php artisan reset:password admin@qq.com 123456
500错误
storage/logs 里面有错误详细内容, 可以自行参考解决, 或者附录log文件提交issue/mail
- 本文固定链接: https://www.9nqp.com/2596.html
- 转载请注明: admin 于 源域源码网 发表