可能解决方法如下:

1、Nginx在配置文件中添加

location / {
     try_files $uri $uri/ /index.php?$query_string;
    }

2、app/storage的写入权限

chmod -R 777 app/storage

3、在根目录使用php artisan env来查找错误

 

参考:

https://blog.csdn.net/jimliu004/article/details/45154981

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-30
  • 2021-08-01
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-07-17
  • 2021-06-04
  • 2021-10-24
  • 2022-12-23
  • 2022-12-23
  • 2021-04-28
  • 2021-12-26
相关资源
相似解决方案